mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
@@ -1,7 +1,7 @@
|
||||
#include "common/util/assert.h"
|
||||
#include <cstring>
|
||||
#include "IOP_Kernel.h"
|
||||
#include "game/sce/iop.h"
|
||||
#include "common/util/assert.h"
|
||||
|
||||
/*!
|
||||
* Create a new thread. Will not run the thread.
|
||||
@@ -316,4 +316,4 @@ IOP_Kernel::~IOP_Kernel() {
|
||||
if (iso_disc_file) {
|
||||
fclose(iso_disc_file);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user