leo60228
leo60228
Once we move to using the C++ implementation on mobile, we'd still need to have an NSURLSession backend for iOS. Additionally, I'm not sure that Apple guarantees ABI stability for...
Here's an IPA for testing: https://drive.google.com/file/d/1Szx9lOgHgcL2rb-uQlZFOE7g9BBjJ_vA/view?usp=sharing Apple doesn't want you to be able to install an IPA directly, but you can use a tool like AltServer or TrollStore to do...
Waiting for my iPhone to charge to test on hardware, but a simulator build seems to work: https://drive.google.com/file/d/1kuCdl2CrVHs9H7_7frJzyOWG2r7VRhv2/view
Android CI failure appears to be unrelated to this PR.
Works on hardware, tested with a DualShock 4.
FWIW, the original motivation for supporting loose files was to reduce RAM usage enough to run on extremely low-end hardware (like the 3DS). This was done because SDL_mixer supported streaming...
lldb starts the application via `posix_spawn` with the undocumented `_POSIX_SPAWN_DISABLE_ASLR` flag (`0x0100`) set via `posix_spawnattr_setflags`. It may be safest for vitellary to do that itself. Spawning VVVVVV as a subprocess...
For what it's worth, having a policy of forwards compatibility at the very least avoids feature creep (which is what killed VCE). I do think that unconditional forwards compatibility is...
For what it's worth, VVVVVV-CE had an Android port, as well as an iOS branch. iOS was only on a branch because SDL_mixer was very broken. iOS build systems are...
Keeping the current agreement but using cla-assistant would be nice. It's *definitely* not a huge deal, but it's kind of annoying having to remove the Basic Stuff and check the...