Switch to PPSSPP's assert functions (don't use the system's)

This commit is contained in:
Henrik Rydgård
2020-08-16 10:01:10 +02:00
parent c5147c01a0
commit 5d64fc5ff1
49 changed files with 142 additions and 180 deletions
-1
View File
@@ -16,7 +16,6 @@
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include <string>
#include <cassert>
#include <sstream>
#include "Common/Log.h"