mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 20:35:01 +00:00
we can now execute code (reaches init_env() function )
This commit is contained in:
parent
cc596083f5
commit
d641f7b6c4
6 changed files with 44 additions and 8 deletions
|
@ -9,7 +9,7 @@ namespace HLE::Libs::LibC {
|
|||
static void init_env() //every game/demo should probably
|
||||
{
|
||||
for(;;) {
|
||||
printf("__debugbreak\n");
|
||||
printf("life is a bitch but it did reach here\n");
|
||||
}
|
||||
//__debugbreak();//if we reach here it will be a great progress :D
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue