Separate names with a comma.
I believe this is kept in the menu's save file, so tools like SaveMii could work for this kind of backup-restore operation. No idea if SaveMii...
I believe one of the buildscripts actually downloads and unpacks an old r28 build of devkitPPC and a few random wut headers, so that may be...
small update: it looks like 3ds and vita already have the setvbuf optimisation. enabling that for wiiu should provide a decent general speedup for...
It looks like RA does a similar thing where it always reallocates a temp buffer for alignment reasons:...
https://github.com/devkitPro/wut/pull/159 got merged into wut recently, which provides a pretty significant boost to sd card access for...
If I remember right, if you try that in a retail game the console will turn off immediately. RetroArch isn't processing any of the OS's events...
I think Spiik may also be able to do this? Not my area though. Changing settings in SCT on sysNAND is generally a bad idea.
I got support merged in for hotplugging Gamepads, so nightlies should be able to handle missing gamepads and whatever. When RetroArch starts, a...
I'm kinda curious to see how many times you can imply that Loadiine can read from USB drives before people pick up on it, tbh. @jacobsson I'll...
The Wii U's kinda built around assuming there's a Gamepad all the time (shoutouts to System Settings) but I did manage to detect it being missing...
Just so you all know, TheChosen has a history of spreading technical misinformation despite numerous attempts by homebrew developers to clear...
If it's working on one core and you don't think a reason it wouldn't work on other ones, I'd just PR it in! I would suggest the upstream folks not...
Correct. Instead of having an app that's "just RetroArch" which loads cores into it, every core also has a full copy of RetroArch linked in. So...
I'm not sure if those instructions are up to date. Not sure how to interpret this post - you do have a libretro_wiiu.a? what particular errors are...
I have a sneaking suspicion that when it has a playlist with the core listed, or core info files that give it the path of the core, it goes "oh, I...
Just did a test - selected a ROM from a playlist and the Load Content menu, in both cases switching from fixGB to snes9x - got 17 seconds both...
Load time folks: are y'all using Mocha or CBHC or equivalent? If I remember right RetroArch can take advantage of the raw access those CFWs offer,...
Sorry, are we saying XMB doesn't have an acceptable speed? I remember it being fine last I tried (which admittedly was quite some time ago) - is...
We never got an exploit or chain-of-trust break that can be triggered early enough for something like that. CBHC boots the console basically all...
I'm not sure which one lightrec uses (or whether the core does it, etc), but yeah, we'd need a mmap or mprotect equivalent for Cafe. There's a few...