linux: Fix build

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2023-07-07 13:49:46 +03:00
parent 0edc265dc2
commit b211342d8a
3 changed files with 18 additions and 3 deletions

View file

@ -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)