Initial attempt at fixing SDL2 building for Windows

This commit is contained in:
dingusdev
2020-03-22 20:15:12 -07:00
parent 945e63bdb2
commit 60ffa5bfac
144 changed files with 43778 additions and 27 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "ppcemu.h"
#include "../cpu/ppc/ppcmmu.h"
#include "../cpu/ppc/ppcdisasm.h"
#include <thirdparty/loguru.hpp>
#include <thirdparty/loguru/loguru.hpp>
using namespace std;