You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the fork of this by iCatButler. I would prefer to contact him/her, but I can't find any contact info for him and his fork page doesn't have an issues page either, so I'm looking to see if I can get help here.
I am unable to load custom configs for plugins, which is weird, considering that the plugins themselves have *.cfg files located in ~/.pcsxr/plugins.
I want to make highly specialized configs for different games that require tweaking in order to fix things such as sound, graphics and performance, since some games don't run well with default or my usual settings. I intend to post these in my github repo simon-emuconfig, so I and others have a convenient experience running this emulator.
This is what I do running this from command-line pcsxr -cfg custom-game-config.cfg -cdfile /path/to/image
Doing this will not load my gpuconfig for a game I'm playing. Only the first file. pcsxr -cfg custom-game-config.cfg pluginfile.cfg -cdfile /path/to/image
But doing it like this will make the pluginconfig override the game-config pcsxr -cfg custom-game-config.cfg -cfg pluginfile.cfg -cdfile /path/to/image
And lastly, I've tried copying the contents of pluginfile.cfg and pasting it to look like this. But the options for the plugin gets ignored. I know this, because I tried running odd resolutions and enabling the FPS counter (which I otherwise get by pressing DELETE).
I'm running the fork of this by iCatButler. I would prefer to contact him/her, but I can't find any contact info for him and his fork page doesn't have an issues page either, so I'm looking to see if I can get help here.
I am unable to load custom configs for plugins, which is weird, considering that the plugins themselves have *.cfg files located in ~/.pcsxr/plugins.
I want to make highly specialized configs for different games that require tweaking in order to fix things such as sound, graphics and performance, since some games don't run well with default or my usual settings. I intend to post these in my github repo simon-emuconfig, so I and others have a convenient experience running this emulator.
This is what I do running this from command-line
pcsxr -cfg custom-game-config.cfg -cdfile /path/to/image
Doing this will not load my gpuconfig for a game I'm playing. Only the first file.
pcsxr -cfg custom-game-config.cfg pluginfile.cfg -cdfile /path/to/image
But doing it like this will make the pluginconfig override the game-config
pcsxr -cfg custom-game-config.cfg -cfg pluginfile.cfg -cdfile /path/to/image
And lastly, I've tried copying the contents of pluginfile.cfg and pasting it to look like this. But the options for the plugin gets ignored. I know this, because I tried running odd resolutions and enabling the FPS counter (which I otherwise get by pressing DELETE).
The text was updated successfully, but these errors were encountered: