ptitSeb

Results 2023 comments of ptitSeb

Missing function seems to be `g_string_replace`. I'll add that later. Also, I think you are not using latest version of box64...

Ok, function as been added.

Ah, some icons looks strange indeed. That is a very heavy program to emulated, and to debug... I'll keep it in mind, to check later if I see something.

That commit? This is really stronge. I reproduce the inssue on my side, and confirm your result. I'll work on that to see what's wrong (but it maign take time...

I pushed something, it should be better now, if you can update and test.

This commit is important. I'll try to check later why it cause some regressions.

No, that's not how box86 has been designed. It doesn't emulatated OS-level opcodes, and is restricted to user-level emulation.

I don't have that game on my steam collection, so cannot test / fix myself. Can you try to run the game: 1. Without dynarec, using `BOX64_DYNAREC=0` to see if...

Still unsure what's wrong there. I have changed a few things on symbol loading that might have helped a bit, can you retry with latest version of box64?

Hey, can you try to build latest box64 from sources, but uncommenting line 33 of ` src/custommem.c` so from ```C //#define USE_MMAP ``` to ```C #define USE_MMAP ``` And see...