ptitSeb

Results 2023 comments of ptitSeb

yeah, using another dynarec would not be accepted. I guess the point here would be to create a path-through code, and run the original code directly instead of emulating it....

Do you have any idea what kind of drawing those wall are doing?

Still strange it didn't worked with `GL_QUADS`, as internaly, they are replaced with `GL_TRIANGLE_STRIP` anyway.

Yeah, gl4es transformation quads->strip should be correct. But I guess there is an attribute somehow that got lost in the transformation.

Ok, I have added that missing symbol to grk2. You can update box64 and try again.

No, it should be: ```bash BOX64_MALLOC_HACK=2 ./playit-linux-amd64 ```

An "easy" workaround would be to create a `box64rc` (either in box64.box64rc file on github repo sit's global for everyone or in a local `~/.box64rc`) entry like that: ```ini [boot_merger]...

Mmmm, I don't reproduce the issue on my side. Buy you can try declaring `BOX64_AVX=0` env. var. in your shell script.