Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoss09 authored Aug 9, 2022
1 parent ac3f613 commit 4c885e7
Show file tree
Hide file tree
Showing 8 changed files with 189 additions and 0 deletions.
102 changes: 102 additions & 0 deletions Extra File PSX Game/War Gods™®/config-title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
# General Settings (ALL GAMES)


--sim-analog-pad=0x2020
#--multitap=1
--bios=SCPH1001.bin
--ctlanalog=on
--xobuttonmode=xenter,ocancel

#Game Settings (Per game)

--image0="data/War Gods.bin"


--ps1-title-id=SLUS00328
--bios-hide-sce-osd=0
--has-shown-start-select-help=0
--pace-gpu-dma=true
--scale=6
#--gamma=5
--brightness=10
--contrast=10
#--antialias=off
#--gpu-scanout-fps-override=60
#--dev_menu=1
#--cdrom-max-seek=true

#--hue=0
#--saturation=0
#--cdrom-cmd-time=100
#--cdrom-max-seek=true
#--metal-gear-solid=true
#--defer-linked-dma-irq=false
#--opt-cache-isolation=true
#--libcrypt=true
#--deterministic=true
#--texreplace=1


# CONFIG FOR PS4 PACKAGE ENVIRONMENT

#--gpu-scanout-fps-override=FXAA #[AAMode::NoAA.AAMode::FXAA.AAMode::CMAA.AAMode::SSAA_4x]
#--title-id
#--opt-cache-isolation=false
#--ps1-title-id=SLUS01381
#--pace-gpu-dma=false
#--defer-linked-dma-irq=true
#--libcrypt
#--deterministic=true
#--guncon
#--multitap
#--vram-read-frame-delay=false
#--present-delay-scanlines= auto
#--id-engine
#--metal-gear-solid
#--snapshot-vram
#--snapshot-entrypoint
#--snap-entrypoint-filename= %TITLE_ID%_entrypoint.bin
#--snapshot-autokill
#--ps1-title-id
#--bios=SCPH5500.bin,SCPH5501.bin,SCPH5502.bin
#--bios-dir== Usage Notes: Specify custom path to ALL assets with
#--assets-dir=/path/to/assets, Specify custom path to BIOS assets with
#--bios-dir=/path/to/bios_dir ,Explicitly specify BIOS file with
#--bios-dir=/path/to/bios.bin
#--state-restore
#--snapshot-restore
#--trace-snap-compare= defer
#--wait
#--autokill
#--mcd0
#--mcd1
#--agerestrict
#--remap
#--load-scripts
#--boot-script= app_boot.lua
#--snapshot-dir
#--savestate-dir
#--xobuttonmode=oenter,ocancel
#--host-audio
#--texreplace
#--git-rev-gamedata
#--region-dir
#--app-dir
#--app-artifacts-dir
#--title-artifacts-dir
#--run-hook-msg
#--cwd-dir
#--vault-dir
#--gamedata-dir
#--title-dir
#--config-local-dir
#--clamp-line-thickness-max
#--clamp-line-thickness-min
#--ctlanalog
#--screenshot-dir
#--assets-dir
#--savedata-mode
#--ps4-trophies=1
#--trophies=1
#--ps5-uds=1

Binary file added Extra File PSX Game/War Gods™®/data/War Gods.toc
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
<changes app_ver="01.02">
<![CDATA[
-
]]>
</changes>
<changes app_ver="01.01">
<![CDATA[
- Bug fixes
]]>
</changes>
</changeinfo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Extra File PSX Game/War Gods™®/sce_sys/shareparam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"ps4_share_param_version":"01.20","game_version":"01.00","client_id":"558376512925-2od2oqbrdd7qecn2lfhftekf11fao2pi.apps.googleusercontent.com","overlay_position":{"x":0,"y":0}}
73 changes: 73 additions & 0 deletions Extra File PSX Game/War Gods™®/scripts/SLUS00328.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
-- War Gods [NTSC-U] (SLUS-00328)
-- Widescreen hack by allkhan
-- ported to PS4 lua
-- emu used=syphonfilter v2

if true then

end

local patcher = function()
--16:9 Widescreen
R3K_WriteMem16(0x800D4CAE,0x0C00)
--[Continues No Limit]
R3K_WriteMem16(0x800986C4,0x000A)


end

EM_AddVsyncHook(patcher)

--[[
R3K_GetPC
R3K_SetPC
R3K_GetHi
R3K_SetHi
R3K_GetLo
R3K_SetLo
R3K_GetGpr
R3K_SetGpr
R3K_ReadMem8
R3K_ReadMem16
R3K_ReadMem32
R3K_ReadMemFloat
R3K_ReadMemString
R3K_WriteMem8
R3K_WriteMem16
R3K_WriteMem32
R3K_WriteMemFloat
R3K_WriteMemString
R3K_WriteMemStringZ
R3K_AddHook
R3K_RemoveHook
R3K_InsnReplace
R3K_BurnCycles
R3K_FlushCache
EM_PadRead
EM_PadWrite
EM_PadReadLeftStick
EM_PadReadRightStick
EM_PadSetButtonsMode
EM_ThrottleMax
EM_ThrottleNormal
EM_GetNativeLanguage
EM_NeoMode
EM_CRC32
EM_AddVsyncHook
EM_RemoveVsyncHook
EM_LoadConfig
EM_SaveConfig
EM_LoadState
EM_SaveState
EM_Launch
EM_GetLegacyTitleId
EM_GetStoreRegion
EM_GetSettingCli
EM_SetSettingCli
EM_GetCDRom
EM_SetCDRom
EM_GetDiscId
EM_LoadDiscId
TR_Unlock
InsnReplace
--]]

0 comments on commit 4c885e7

Please sign in to comment.