lifning
Still Fresh
- Joined
- Mar 7, 2011
- Messages
- 30
Pushing an update (0.9.7.4) that does away with my own hand-written file filters in favor of a list extracted from the chosen "libretro-*.so" file itself, which Should Make Everyone Happy™ and is definitely more sustainable in the long term. It also adds an "All files (*)" option, which should've been there all along.
Still need to fix the config file not being writable without copying it to appdata manually, and log stdout/stderr to file. That'll be the next update. (edit: I recently found out about an "--appendconfig" option in RetroArch which might be a good fallback if relying on PND mounting magic doesn't work out)
As for zip extraction, the straight RetroArch launcher will use the "retroarch-zip" shell script from upstream, which places the extracted ROM at the path given by the command "mktemp" (e.g. "/tmp/tmp.96vFwY5zQa"), if the chosen core doesn't claim to support zip files directly itself. This may not be the same behavior as RA-Phoenix.
@ dsleaf67, thanks for the suggestion to make the SDL_OMAP_LAYER_SIZE configurable, I'll include something similar to what you've got there in the coming update--but maybe something that uses the contents of the text file, if it exists, and sets the variable to that.
Still need to fix the config file not being writable without copying it to appdata manually, and log stdout/stderr to file. That'll be the next update. (edit: I recently found out about an "--appendconfig" option in RetroArch which might be a good fallback if relying on PND mounting magic doesn't work out)
As for zip extraction, the straight RetroArch launcher will use the "retroarch-zip" shell script from upstream, which places the extracted ROM at the path given by the command "mktemp" (e.g. "/tmp/tmp.96vFwY5zQa"), if the chosen core doesn't claim to support zip files directly itself. This may not be the same behavior as RA-Phoenix.
@ dsleaf67, thanks for the suggestion to make the SDL_OMAP_LAYER_SIZE configurable, I'll include something similar to what you've got there in the coming update--but maybe something that uses the contents of the text file, if it exists, and sets the variable to that.
Last edited by a moderator: