Kemal Afzal
Kemal Afzal
I thinking about calculating the area of all polygons on the cpu in beforehand to adjust all buffers. That doesn't solve the issue of index overflow, for this I'd might...
It looks like the JIT segfaults unintentionally. Are there maybe differences in the calling convention? Also %sx seems to be a typo from me, so it ends up displaying the...
Can you run a debugger and print out the JIT code where the fault happens? With gdb it would be something like ``` break abort ``` wait for the abort...
did you go to the frame of the JIT code?
looks like it also set a breakpoint to member functions called abort. Also the backtrace in the end is the wrong thread?
First to reply to the original post, if you never used cmake before, everything looks right, you just need to type `make` to do the actual building after compilation. >...
https://github.com/stenzek/duckstation/commit/3fbdcdb4ff82ad572526cb240ab77675f0030718#diff-d582a92652fea933c9d934b4c41260b768ae0ea8c44f9cc421199681b853ee76 this should be the last GPL licensed commit. What I am afraid of though, is that that there might be something broken or half finished at this point with...
I cannot reproduce. The savefile loads fine for me in both 0.9.1, 0.9.2 and latest source.
fixed by ~~https://github.com/melonDS-emu/melonDS/commit/cd4ef575ee6e85e607e9a26a38af9d69d1cc69f3~~ https://github.com/melonDS-emu/melonDS/commit/ca7fb4f55e8fdad53993ba279b073f97f453c13c pasted wrong link long time ago
this issue isn't actually fixed. It seems to be distinct from the one with the bad DSi header. The rom I have which reproduces it seems to be valid (atleast...