Jj0YzL5nvJ

Results 116 comments of Jj0YzL5nvJ

It will first be necessary to know the changes that lead to a successful compilation that works without errors... [According to OpenH264, NASM works in brew for ARM64...](https://github.com/cisco/openh264/issues/3353#issuecomment-836336267)

Without a developer who implements the platform support, this will never be fixed. Correct me if I'm wrong, but to me understand the Perl script is meant for [`asm_defines_gas.h`](https://github.com/mupen64plus/mupen64plus-core/blob/master/projects/unix/Makefile#L793). Something...

Try with: [myzhang1029/gas-preprocessor](https://github.com/myzhang1029/gas-preprocessor) or [FFmpeg/gas-preprocessor](https://github.com/FFmpeg/gas-preprocessor) Libav variant is old...

If we examine the [libretro implementation](https://github.com/libretro/mupen64plus-libretro-nx/blob/26e306acb956e0278765babace27c7fae107ba9e/Makefile#L590-L591), `gas-preprocessor` is only used in a single place...

> Where the database states a game support **Pak** accessories when it actually don't? As far as I know, the opposite case is more common. Many games can unlock additional...

[Does this patch make any difference?](https://github.com/Jj0YzL5nvJ/mupen64plus-core/commit/135245f48c96b5428be534009d2b2cda29b17b06.patch)

Your save state appears to be glitched. It works even with configurations where it shouldn't work (`--emumode 1 --set Core[CountPerOp]=0`). https://imgur.com/a/DLdmpB9 P.S: [m64p no longer uses dynarec...](https://github.com/m64p/m64p/commit/67dfe5c4b9d8048e560a92a395f56e903b434de6)

Softlocks and hardlocks have always been a possibility when using interpreters, they are very random. The only regression I see is that m64p has stopped using new dynarec and consequently...

All the **latest** WIPs work with [Microsoft Visual C++ Redistributable 2015-2019](https://support.microsoft.com/kb/2977003) [mupen64plus-core](https://ci.appveyor.com/project/Narann/mupen64plus-core/history) _(mupen64plus.dll)_ [mupen64plus-ui-console](https://ci.appveyor.com/project/Narann/mupen64plus-ui-console/history) [mupen64plus-audio-sdl](https://ci.appveyor.com/project/Narann/mupen64plus-audio-sdl/history) [mupen64plus-input-sdl](https://ci.appveyor.com/project/Narann/mupen64plus-input-sdl/history) [mupen64plus-rsp-cxd4](https://ci.appveyor.com/project/Narann/mupen64plus-rsp-cxd4/history) [mupen64plus-rsp-hle](https://ci.appveyor.com/project/Narann/mupen64plus-rsp-hle/history) [mupen64plus-video-glide64mk2](https://ci.appveyor.com/project/Narann/mupen64plus-video-glide64mk2/history) [mupen64plus-video-rice](https://ci.appveyor.com/project/Narann/mupen64plus-video-rice/history) From 3rd party: [mupen64plus-video-angrylion-plus](https://github.com/ata4/angrylion-rdp-plus/issues/29) [mupen64plus-video-GLideN64](https://ci.appveyor.com/project/gonetz/gliden64/history)

HLE Video plugins only work with HLE RSP plugins, `rsp-cxd4` is both, HLE and LLE. ``` mupen64plus --gfx --rsp mupen64plus-rsp-cxd4-sse2.so --set rsp-cxd4[DisplayListToGraphicsPlugin]=True mupen64plus --gfx --rsp mupen64plus-rsp-cxd4-sse2.so --set rsp-cxd4[DisplayListToGraphicsPlugin]=False ``` The...