valkyriedragon / psxjin

Automatically exported from code.google.com/p/psxjin
0 stars 0 forks source link

Menu Items - Save/Load Config #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This would be best accomplished by first merging together all the scattered 
save/load config functions (there is one in main, gpu, and spu, and many 
functions that save & load config items).  There needs to be single unified 
functions.  The ini is loaded once on startup, and saved once on exit.  Then 
those functions should be hooked up to menu items so the user can manually do 
it whenever they wish.

Original issue reported on code.google.com by andres.d...@gmail.com on 27 Feb 2011 at 3:01

GoogleCodeExporter commented 8 years ago
Also, there is still the GPU Compvars that are saved to the registry instead 
the ini, those need to be fixed.  They are the settings that communicate with 
VFW codecs I think.

Original comment by andres.d...@gmail.com on 27 Feb 2011 at 3:03