mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
ca3a25221a
Clean up tlbhack from the database. Updates for The Last Story (wii), Metal Slug Anthology (wii) and Retro City Rampage (wiiware). Fixes issue 7740.
53 lines
1.1 KiB
INI
53 lines
1.1 KiB
INI
# GOYE69 - GoldenEye Rogue Agent
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationIssues =
|
|
EmulationStateId = 4
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
$Never Lose Health
|
|
040A0D44 60000000
|
|
$Never Lose Armor
|
|
040A0C70 60000000
|
|
$Never Lose Eye Power
|
|
040A43E0 4E800020
|
|
$Infinite Ammo
|
|
04542E4C 00000001
|
|
$Unlock All Missions
|
|
0000314D 00000018
|
|
$Unlock Multiplayer Maps (Use On A Empty Profile)
|
|
000094AC 000000FF
|
|
$Enemies Are Idiots (Use On A Empty Profile)
|
|
0410ECAC 4E800020
|
|
$Enemies Cannot Throw Grenades (Use On A Empty Profile)
|
|
040FC010 4E800020
|
|
$Big Arms (Use On A Empty Profile)
|
|
04542E78 3F800000
|
|
$Slow Enemies (Use On A Empty Profile)
|
|
044F7FFC 3D000000
|
|
$Disable Shadows (Use On A Empty Profile)
|
|
044FA2A4 00000001
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|