Editing Talk:PS1 Classics Emulator Compatibility List
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
==Official PS1emu Configuration Files== | ==Official PS1emu Configuration Files== | ||
==Custom PS1emu Configuration Files== | ==Custom PS1emu Configuration Files== | ||
===...Iru!=== | ===...Iru!=== | ||
'''config-title.txt''' | '''config-title.txt''' | ||
Line 640: | Line 420: | ||
--ctlanalog=on | --ctlanalog=on | ||
--gpu-scanout-fps-override=ntsc | --gpu-scanout-fps-override=ntsc | ||
--scale=6 | |||
-- | |||
--cdrom-cmd-time=100 | --cdrom-cmd-time=100 | ||
--cdrom-max-seek=true | --cdrom-max-seek=true | ||
Line 695: | Line 465: | ||
'''config-title.txt''' | '''config-title.txt''' | ||
<br>SLUS01087 | <br>SLUS01087 | ||
<pre> | <pre> | ||
--gpu-scanout-fps-override=ntsc | --gpu-scanout-fps-override=ntsc | ||
Line 705: | Line 476: | ||
-- ported to PS4 lua | -- ported to PS4 lua | ||
-- emu used=syphonfilter v2 | -- emu used=syphonfilter v2 | ||
local patcher = function() | local patcher = function() | ||
--Widescreen | --Widescreen | ||
R3K_WriteMem16(0x80065B90,0x0C00) | R3K_WriteMem16(0x80065B90,0x0C00) | ||
end | end | ||
EM_AddVsyncHook(patcher) | EM_AddVsyncHook(patcher) | ||
</pre> | </pre> | ||