Greetings!
I have a question, maybe it's a dumb one, but I couldn't find any information about it on the web. I want to change the GSdx hotkeys, specifically these 4:
# PAGE_UP - FXAA antialiasing (HW and SW)
# DELETE - Software Antialiasing (AA1)
# HOME - FX shader
# INSERT - Software mipmapping
I've read that if you rename the file PCSX2_keys.ini.default to PCSX2_keys.ini and place it on your PCSX2's inis folder you can do it, but the thing is I don't know the parameters I should write before the hotkey. I.e., the program uses the following instruction to take a snapshot:
Sys_TakeSnapshot = F8
What would the equivalent of "Sys_TakeSnapshot" for the 4 above? Maybe writing something like:
GSdx_FXAAAntialiasing = CTRL-PGUP
GSdx_SoftwareAntialiasing = CTRL-DELETE
GSdx_FXShader = CTRL-HOME
GSdx_SoftwareMipmapping = CTRL-INSERT
But I don't know the exact commands. So, if anyone has done this or know how to do this, and want to give me a hand, I'll be more than grateful. Thank you in advance!
I have a question, maybe it's a dumb one, but I couldn't find any information about it on the web. I want to change the GSdx hotkeys, specifically these 4:
# PAGE_UP - FXAA antialiasing (HW and SW)
# DELETE - Software Antialiasing (AA1)
# HOME - FX shader
# INSERT - Software mipmapping
I've read that if you rename the file PCSX2_keys.ini.default to PCSX2_keys.ini and place it on your PCSX2's inis folder you can do it, but the thing is I don't know the parameters I should write before the hotkey. I.e., the program uses the following instruction to take a snapshot:
Sys_TakeSnapshot = F8
What would the equivalent of "Sys_TakeSnapshot" for the 4 above? Maybe writing something like:
GSdx_FXAAAntialiasing = CTRL-PGUP
GSdx_SoftwareAntialiasing = CTRL-DELETE
GSdx_FXShader = CTRL-HOME
GSdx_SoftwareMipmapping = CTRL-INSERT
But I don't know the exact commands. So, if anyone has done this or know how to do this, and want to give me a hand, I'll be more than grateful. Thank you in advance!