Fix Windows asserts (#1045)

* fix release mode asserts

* clang

* dummy
This commit is contained in:
ManDude
2022-01-02 23:02:10 +00:00
committed by GitHub
parent 6e4b34be0b
commit c9204f2a9b
108 changed files with 230 additions and 238 deletions
+2 -2
View File
@@ -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);
}
}
}