Move main to main.cpp

This commit is contained in:
Megamouse 2025-04-28 21:05:31 +02:00
parent 74d995aae0
commit 024949f17e
5 changed files with 14 additions and 1 deletions

View file

@ -526,7 +526,7 @@ void run_platform_sanity_checks()
#endif
}
int main(int argc, char** argv)
int run_rpcs3(int argc, char** argv)
{
#ifdef _WIN32
ULONG64 intro_cycles{};