recompileorg
recompileorg
I don't know that anyone is working on it? There isn't much demand.
@MadRatSRP Initially, the concern was that we were dropping JavaFX support. No changes to this request were made in response to that. As it is now, it conflicts with the...
They were transparent at one point. The question to ask now is "what changed?"
It's failing really early, just trying to load the game. There shouldn't be any difference between the two versions at that point. Line 219 of org.recompile.Mobile.MIDletLoader.java is commented out, but...
Libretro should handle multibyte characters okay. The `retro_load_game` function starts at line 161 of `src/libretro/lfreej2me_libretro.c `. It uses null terminated char* c strings, unsurprisingly. Fortunately, Libretro passes along UTF-8 strings...
I tried LGT Metal Slug Survival ([LGT]메탈슬러그 서바이벌) There are a few problems. The manifest file doesn't seem to have anything meaningful in it and, while the game is packaged...
That partially rolled back a change that was supposed to fix some transparency issues because it caused some other issues in known working games. Transparency is a mess with some...
This is fantastic. If I had the time, I'd knock this out myself. Maybe around the new year. Though this would make a great project for someone. It's big, but...
That would be fantastic. I was just happy to see anything that could reduce the ambiguity of the documentation.
The best thing to do would be to document m3g, which is doable given what we have, then re-implement everything in pure java. It would probably be better if we...