mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 23:11:18 +12:00
Windows default to non-portable + Reworked MLC handling and related UI (#1252)
This commit is contained in:
parent
7522c8470e
commit
64232ffdbd
18 changed files with 515 additions and 651 deletions
14
src/main.cpp
14
src/main.cpp
|
@ -5,7 +5,6 @@
|
|||
#include "Cafe/OS/RPL/rpl.h"
|
||||
#include "Cafe/OS/libs/gx2/GX2.h"
|
||||
#include "Cafe/OS/libs/coreinit/coreinit_Thread.h"
|
||||
#include "Cafe/HW/Latte/Core/LatteOverlay.h"
|
||||
#include "Cafe/GameProfile/GameProfile.h"
|
||||
#include "Cafe/GraphicPack/GraphicPack2.h"
|
||||
#include "config/CemuConfig.h"
|
||||
|
@ -160,7 +159,7 @@ void ExpressionParser_test();
|
|||
void FSTVolumeTest();
|
||||
void CRCTest();
|
||||
|
||||
void unitTests()
|
||||
void UnitTests()
|
||||
{
|
||||
ExpressionParser_test();
|
||||
gx2CopySurfaceTest();
|
||||
|
@ -169,17 +168,6 @@ void unitTests()
|
|||
CRCTest();
|
||||
}
|
||||
|
||||
int mainEmulatorHLE()
|
||||
{
|
||||
LatteOverlay_init();
|
||||
// run a couple of tests if in non-release mode
|
||||
#ifdef CEMU_DEBUG_ASSERT
|
||||
unitTests();
|
||||
#endif
|
||||
CemuCommonInit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool isConsoleConnected = false;
|
||||
void requireConsole()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue