mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 20:35:01 +00:00
linux: Fix build
This commit is contained in:
parent
0edc265dc2
commit
b211342d8a
3 changed files with 18 additions and 3 deletions
|
@ -5,7 +5,10 @@ namespace HLE::Libs::LibC {
|
|||
|
||||
static void init_env() //every game/demo should probably
|
||||
{
|
||||
__debugbreak();//if we reach here it will be a great progress :D
|
||||
for(;;) {
|
||||
printf("__debugbreak\n");
|
||||
}
|
||||
//__debugbreak();//if we reach here it will be a great progress :D
|
||||
}
|
||||
|
||||
void LibC_RegisterFunc(SymbolsResolver* sym)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue