mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
WIP: recompiler tests
This commit is contained in:
@@ -67,6 +67,7 @@ add_library(CemuCafe
|
||||
HW/Espresso/Recompiler/PPCFunctionBoundaryTracker.h
|
||||
HW/Espresso/Recompiler/PPCRecompiler.cpp
|
||||
HW/Espresso/Recompiler/PPCRecompiler.h
|
||||
HW/Espresso/Recompiler/RecompilerTests.cpp
|
||||
HW/Espresso/Recompiler/IML/IML.h
|
||||
HW/Espresso/Recompiler/IML/IMLSegment.cpp
|
||||
HW/Espresso/Recompiler/IML/IMLSegment.h
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void runRecompilerTests();
|
||||
@@ -1,3 +1,4 @@
|
||||
#include "Cafe/HW/Espresso/Recompiler/RecompilerTests.h"
|
||||
#include "util/crypto/aes128.h"
|
||||
#include "Cafe/OS/RPL/rpl.h"
|
||||
#include "Cafe/OS/libs/gx2/GX2.h"
|
||||
@@ -263,6 +264,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// runRecompilerTests();
|
||||
#if BOOST_OS_LINUX
|
||||
XInitThreads();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user