forked from dolphin-emu/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,522 changed files
with
162,102 additions
and
166,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
find_program(POWERSHELL_EXE NAMES powershell) | ||
|
||
INCLUDE(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(PowerShell DEFAULT_MSG POWERSHELL_EXE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# G6SE7D, G6SP7D - The Legend of Spyro: A New Beginning | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
|
||
[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. | ||
|
||
[Video_Settings] | ||
SafeTextureCacheColorSamples = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# GBZE08, GBZP08, GBZJ08 - Resident Evil 0 | ||
|
||
[Video_Hacks] | ||
# Fixes purple screens when transitioning between menus. | ||
XFBToTextureEnable = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# GDREAF - Dead to Rights | ||
|
||
[OnFrame] | ||
# This game follows the anti-pattern of calling memset on a buffer in the midst | ||
# of being DMA copied to ARAM, then calling a DVD read function that effectively | ||
# cancels the memset with dcbi instructions. Dolphin does not emulate dcache for | ||
# performance reasons, so this patch removes the offending memset call. | ||
$Fix audio issues | ||
0x8000AF34:dword:0x60000000 | ||
[OnFrame_Enabled] | ||
$Fix audio issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# GDRP69 - Dead to Rights | ||
|
||
[OnFrame] | ||
# This game follows the anti-pattern of calling memset on a buffer in the midst | ||
# of being DMA copied to ARAM, then calling a DVD read function that effectively | ||
# cancels the memset with dcbi instructions. Dolphin does not emulate dcache for | ||
# performance reasons, so this patch removes the offending memset call. | ||
$Fix audio issues | ||
0x8000B7EC:dword:0x60000000 | ||
[OnFrame_Enabled] | ||
$Fix audio issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# GEME7F - Egg Mania: Eggstreme Madness | ||
|
||
[OnFrame] | ||
# This game does not support Progressive Scan or Dolphin's | ||
# "Force Progressive" hack. However this patch can be used | ||
# to substitute field rendering with full frame rendering. | ||
$Force Progressive Scan | ||
0x800331BE:word:0x000001C0 | ||
0x800331FC:dword:0x60000000 | ||
0x806D0898:dword:0x801671CC | ||
[OnFrame_Enabled] | ||
$Force Progressive Scan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# GEMJ28 - Egg Mania: Eggstreme Madness | ||
|
||
[OnFrame] | ||
# This game does not support Progressive Scan or Dolphin's | ||
# "Force Progressive" hack. However this patch can be used | ||
# to substitute field rendering with full frame rendering. | ||
$Force Progressive Scan | ||
0x80033062:word:0x000001C0 | ||
0x800330A0:dword:0x60000000 | ||
0x806D0660:dword:0x801640A4 | ||
[OnFrame_Enabled] | ||
$Force Progressive Scan |
Oops, something went wrong.