Tyler N.

Results 60 comments of Tyler N.

@MrThista Would you be able to confirm that the bug still indeed occurs on the latest tag? I did a large number of changes that could have perhaps fixed this...

Awesome, thanks! I'm speaking with the LibRetroDroid developer to try to resolve this as well, as for my device, the PCSX and Beetle cores both crash, even in the sample...

Place it here: `app/src/main/res/raw/rom` The L2 and R2 buttons are removed temporarily as I am working on improving the on-screen controls.

You can internally revert this commit: https://github.com/tytydraco/Ludere/commit/c1c6b485742473f69eb1294e8a4ca2ffd6217d6d And you want to put it in a folder called `raw`, but the file is called `rom`. I'll specify this in the README

Just `rom`. The reason is that using this method lets Ludere load the ROM into RAM directly from the APK so we don't need to extract it internally.

Interesting, how large is the ROM? What happens if you try instead to just put an empty file called "rom" instead of the real file?

Looks like it's an issue with the ROM size; Android Studio's heap can't package it into the APK. This is one of the reasons I was considering saving the analog...

The LibretroDroid developer told me it's due to loading the file as bytes instead of directly from a file. I'm going to need to workaround this by copying a temporary...

@victorjaviermartin Thank you for bringing this issue to my attention. So it seems that killing the server and starting it again may broadcast to the newly paired device! Let me...

Also, is this reproducible? As in if you undo everything and try the same thing with the fix of restarting the app, does it work? Because that would be a...