m4xw

Results 350 comments of m4xw

I was able to reproduce this just now, once. Atmosphère Crash Report (v1.5): Result: 0xA8 (2168-0000) Process Info: Process Name: hbloader Program ID: 010049900f546000 Process ID: 00000000000000b0 Process Flags: 00000073...

No shit, but its not a issue of the libretro core. I am only tracking it because its majoras to begin with ;) Curious if the oot fixes help here...

Spoke to gillou and it might be triggering the brk in do_unalignedwritestub, should be fixed if its that soon. I will try to get a build up!

Its super unintuitive, but iirc the silicon just ignored the last bits (i am sure it does for DMA at least). Its "unsupported" in the sense that it will just...

Can you check if it takes the early return or if the frontend cb returns null? ![image](https://user-images.githubusercontent.com/13141469/102782319-72cc9700-4399-11eb-86d4-9a45329bd9db.png) This is most likely a frontend ctx driver bug

If the actual function call returns NULL, then i need to know which symbol. I will need a trace ideally if its a NULLptr GL func thats called so I...

just: gdb retroarch r --verbose info file info regs bt full

The glGetString ptr is null, thats bad. Try adding -DGL_USE_DLSYM to COREFLAGS for the platform and make clean