mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-06 23:15:12 +00:00
Move main to main.cpp
This commit is contained in:
parent
74d995aae0
commit
024949f17e
5 changed files with 14 additions and 1 deletions
|
|
@ -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{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue