Talk:PS1 Classics Emulator Compatibility List: Difference between revisions
Jump to navigation
Jump to search
m (Protected "Talk:PS1 Classics Emulator Compatibility List": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
Line 1: | Line 1: | ||
== General == | |||
You can add your configurations in here | |||
==Official configs== | |||
==Custom configs== | |||
===...Iru!=== | |||
'''TXT''' | |||
<br>SLPS00965 | |||
<pre> | |||
--gpu-scanout-fps-override=ntsc | |||
--scale=6 | |||
</pre> | |||
'''LUA''' | |||
<br>SLPS00965 | |||
<pre> | |||
-- Iru! | |||
-- ported to PS4 lua | |||
-- emu used=syphonfilter v2 | |||
local patcher = function() | |||
--Widescreen | |||
R3K_WriteMem16(0x800929E4,0x0C00) | |||
R3K_WriteMem16(0x801191F0,0x0C00) | |||
end | |||
EM_AddVsyncHook(patcher) | |||
</pre> |
Revision as of 16:26, 14 February 2023
General
You can add your configurations in here
Official configs
Custom configs
...Iru!
TXT
SLPS00965
--gpu-scanout-fps-override=ntsc --scale=6
LUA
SLPS00965
-- Iru! -- ported to PS4 lua -- emu used=syphonfilter v2 local patcher = function() --Widescreen R3K_WriteMem16(0x800929E4,0x0C00) R3K_WriteMem16(0x801191F0,0x0C00) end EM_AddVsyncHook(patcher)