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
+1 -1
View File
@@ -7,7 +7,6 @@
#include <string>
#include <cstring>
#include "common/util/assert.h"
#include "kmachine.h"
#include "kboot.h"
#include "kprint.h"
@@ -38,6 +37,7 @@
#include "game/system/vm/vm.h"
#include "game/system/newpad.h"
#include "game/sce/libscf.h"
#include "common/util/assert.h"
using namespace ee;
/*!