mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Merge branch 'master' into wii-network
Conflicts: Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp
This commit is contained in:
commit
c30b8c9eae
@ -3,7 +3,8 @@
|
|||||||
#
|
#
|
||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
|
|
||||||
option(USE_GLES "Enables GLES, disables OGL" OFF)
|
option(USE_GLES "Enables GLES And EGL, disables OGL" OFF)
|
||||||
|
option(USE_EGL "Enables EGL OpenGL Interface" OFF)
|
||||||
option(DISABLE_WX "Disable wxWidgets (use CLI interface)" OFF)
|
option(DISABLE_WX "Disable wxWidgets (use CLI interface)" OFF)
|
||||||
|
|
||||||
option(FASTLOG "Enable all logs" OFF)
|
option(FASTLOG "Enable all logs" OFF)
|
||||||
@ -259,10 +260,15 @@ endif(GDBSTUB)
|
|||||||
# Enabling GLES also disables the OpenGL plugin.
|
# Enabling GLES also disables the OpenGL plugin.
|
||||||
if(USE_GLES)
|
if(USE_GLES)
|
||||||
message("GLES rendering enabled")
|
message("GLES rendering enabled")
|
||||||
add_definitions(-DUSE_GLES)
|
add_definitions(-DUSE_GLES=1)
|
||||||
add_definitions(-DUSE_EGL)
|
add_definitions(-DUSE_EGL=1)
|
||||||
set(USE_EGL True)
|
set(USE_EGL True)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(USE_EGL)
|
||||||
|
message("EGL OpenGL interface enabled")
|
||||||
|
add_definitions(-DUSE_EGL=1)
|
||||||
|
endif()
|
||||||
add_definitions(-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE)
|
add_definitions(-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
TLBHack = 1
|
TLBHack = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues = The videos are messed up, skip them.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
$Master Code
|
$Master Code
|
||||||
@ -40,3 +40,9 @@ $Away Team Never Scores
|
|||||||
00416F8C 00000000
|
00416F8C 00000000
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[Gecko]
|
||||||
|
16
Data/User/GameConfig/GF8P69.ini
Normal file
16
Data/User/GameConfig/GF8P69.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# GF8P69 - FIFA Street
|
||||||
|
[Core] Values set here will override the main dolphin settings.
|
||||||
|
TLBHack = 1
|
||||||
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
EmulationStateId = 4
|
||||||
|
EmulationIssues = The videos are messed up, skip them.
|
||||||
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[Gecko]
|
@ -1,9 +1,11 @@
|
|||||||
# GOSE41 - Open Season
|
# GOSE41 - Open Season
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
TLBHack = 1
|
MMU = 1
|
||||||
|
FastDiscSpeed = 1
|
||||||
|
BlockMerging = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
EmulationIssues = Severe graphic issues.
|
EmulationIssues = Needs MMU (Slow).
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
# GOSP41 - Open Season
|
# GOSP41 - Open Season
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
TLBHack = 1
|
MMU = 1
|
||||||
|
FastDiscSpeed = 1
|
||||||
|
BlockMerging = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
EmulationIssues = Severe graphic issues.
|
EmulationIssues = Needs MMU (Slow).
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
# GOSX41 - Open Season
|
# GOSX41 - Open Season
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
TLBHack = 1
|
MMU = 1
|
||||||
|
FastDiscSpeed = 1
|
||||||
|
BlockMerging = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
EmulationIssues = Severe graphic issues.
|
EmulationIssues = Needs MMU (Slow).
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -33,7 +33,7 @@ PH_ExtraParam = 1
|
|||||||
|
|
||||||
[5]
|
[5]
|
||||||
Title = Tales of Symphonia GC
|
Title = Tales of Symphonia GC
|
||||||
PH_ZNear = 0.0002
|
PH_ZNear = 0.00026
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------
|
# ---------------------------------------------------
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# R3ME01 - Metroid Prime Trilogy
|
# R3ME01 - Metroid Prime Trilogy
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing.
|
EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# R3MP01 - Metroid Prime Trilogy
|
# R3MP01 - Metroid Prime Trilogy
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing.
|
EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# R4QE01 - Mario Strikers Charged
|
# R4QE01 - Mario Strikers Charged
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# R4QJ01 - Mario Strikers Charged
|
# R4QJ01 - Mario Strikers Charged
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# R4QK01 - Mario Power Soccer
|
# R4QK01 - Mario Power Soccer
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# R4QP01 - Mario Strikers Charged
|
# R4QP01 - Mario Strikers Charged
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -15,5 +15,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -15,5 +15,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,19 +1,18 @@
|
|||||||
# R7PE01 - Punch Out
|
# R7PE01 - Punch Out
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Disable "Use EuRGB60 (PAL60) mode" in the wii configuration tab for the game to run
|
EmulationIssues = Disable "Use EuRGB60 (PAL60) mode" in the wii configuration tab for the game to run
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
+$Patch
|
+$Patch
|
||||||
0x8011E0F8:dword:0x4E800020
|
0x8011E0F8:dword:0x4E800020
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
# R7PP01 - Punch Out
|
# R7PP01 - Punch Out
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
+$Patch
|
+$Patch
|
||||||
0x8011F1CC:dword:0x4E800020
|
0x8011F1CC:dword:0x4E800020
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
# RBWE01 - Battalion Wars 2
|
# RBWE01 - Battalion Wars 2
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs LLE audio for proper sound.
|
EmulationIssues = Needs LLE audio for proper sound.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
# RBWJ01 - Totsugeki Famicom Wars vs.
|
# RBWJ01 - Totsugeki Famicom Wars vs.
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs LLE audio for proper sound.
|
EmulationIssues = Needs LLE audio for proper sound.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
# RBWP01 - Battalion Wars 2
|
# RBWP01 - Battalion Wars 2
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs LLE audio for proper sound.
|
EmulationIssues = Needs LLE audio for proper sound.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -24,6 +24,5 @@ PH_ZFar =
|
|||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
|
@ -18,6 +18,5 @@ PH_ZFar =
|
|||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RD2E41 - Red Steel 2
|
# RD2E41 - Red Steel 2
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs real wiimote and motion plus.
|
EmulationIssues = Needs real wiimote and motion plus.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RD2J41 - Red Steel 2
|
# RD2J41 - Red Steel 2
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs real wiimote and motion plus.
|
EmulationIssues = Needs real wiimote and motion plus.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RD2K41 - Red Steel 2
|
# RD2K41 - Red Steel 2
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs real wiimote and motion plus.
|
EmulationIssues = Needs real wiimote and motion plus.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RD2P41 - Red Steel 2
|
# RD2P41 - Red Steel 2
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs real wiimote and motion plus.
|
EmulationIssues = Needs real wiimote and motion plus.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RD2X41 - Red Steel 2
|
# RD2X41 - Red Steel 2
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Needs real wiimote and motion plus.
|
EmulationIssues = Needs real wiimote and motion plus.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# RHDE8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN
|
# RHDE8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# RHDJ8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN
|
# RHDJ8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# RHDP8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN
|
# RHDP8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,39 +1,38 @@
|
|||||||
# RHOE8P - House Of The Dead: OVERKILL
|
# RHOE8P - House Of The Dead: OVERKILL
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Use dx11 plugin (r6945)
|
EmulationIssues = Use dx11 plugin (r6945)
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
$Infinte Bomb Usage after Getting 1 [g6flavor]
|
$Infinte Bomb Usage after Getting 1 [g6flavor]
|
||||||
04159D1C 60000000
|
04159D1C 60000000
|
||||||
$If Score Increase, MAX [ZiT]
|
$If Score Increase, MAX [ZiT]
|
||||||
C2142134 00000002
|
C2142134 00000002
|
||||||
3CA03B9B 38A5C9FF
|
3CA03B9B 38A5C9FF
|
||||||
90A60178 00000000
|
90A60178 00000000
|
||||||
$Infinite LIFE [ZiT]
|
$Infinite LIFE [ZiT]
|
||||||
04130ED4 60000000
|
04130ED4 60000000
|
||||||
$Infinite Bullet [ZiT]
|
$Infinite Bullet [ZiT]
|
||||||
04159FAC 907D0720
|
04159FAC 907D0720
|
||||||
$CASH MAX [ZiT]
|
$CASH MAX [ZiT]
|
||||||
C214B118 00000002
|
C214B118 00000002
|
||||||
3CA03B9B 38A5C9FF
|
3CA03B9B 38A5C9FF
|
||||||
90A300D8 00000000
|
90A300D8 00000000
|
||||||
$CASH MAX [ZiT]
|
$CASH MAX [ZiT]
|
||||||
C214B110 00000002
|
C214B110 00000002
|
||||||
3CA03B9B 38A5C9FF
|
3CA03B9B 38A5C9FF
|
||||||
90A300DC 00000000
|
90A300DC 00000000
|
||||||
$If Score Increase, MAX [ZiT]
|
$If Score Increase, MAX [ZiT]
|
||||||
C2152674 00000002
|
C2152674 00000002
|
||||||
3CA03B9B 38A5C9FF
|
3CA03B9B 38A5C9FF
|
||||||
90B60178 00000000
|
90B60178 00000000
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
# RHOJ8P - House Of The Dead: OVERKILL
|
# RHOJ8P - House Of The Dead: OVERKILL
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Use dx11 plugin (r6945)
|
EmulationIssues = Use dx11 plugin (r6945)
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
# RHOP8P - House Of The Dead: OVERKILL
|
# RHOP8P - House Of The Dead: OVERKILL
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Use dx11 plugin (r6945)
|
EmulationIssues = Use dx11 plugin (r6945)
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues =
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues =
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues =
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -21,6 +21,5 @@ SafeTextureCacheColorSamples = 512
|
|||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
|
@ -21,6 +21,5 @@ SafeTextureCacheColorSamples = 512
|
|||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
|
@ -23,6 +23,5 @@ SafeTextureCacheColorSamples = 512
|
|||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues = Needs single core to run properly(r7436).
|
|||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues = Needs single core to run properly(r7436).
|
|||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues = Needs single core to run properly(r7436).
|
|||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# RTZE08 - Zack and Wiki: Quest for Barbaros' Treasure
|
# RTZE08 - Zack and Wiki: Quest for Barbaros' Treasure
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# RTZJ08 - Zack and Wiki: Quest for Barbaros' Treasure
|
# RTZJ08 - Zack and Wiki: Quest for Barbaros' Treasure
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# RTZK08 - Zack and Wiki: Quest for Barbaros' Treasure
|
# RTZK08 - Zack and Wiki: Quest for Barbaros' Treasure
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
# RTZP08 - Zack and Wiki: Quest for Barbaros' Treasure
|
# RTZP08 - Zack and Wiki: Quest for Barbaros' Treasure
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -31,6 +31,5 @@ $Rapid Fire [TNTkryzt]
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RZZE8P - MADWORLD
|
# RZZE8P - MADWORLD
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RZZJEL - MADWORLD
|
# RZZJEL - MADWORLD
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# RZZP8P - MADWORLD
|
# RZZP8P - MADWORLD
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
# SC2E8P - Conduit 2
|
# SC2E8P - Conduit 2
|
||||||
[Core]
|
[Core]
|
||||||
BlockMerging = 1
|
BlockMerging = 1
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[EmuState]
|
[EmuState]
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,70 +1,69 @@
|
|||||||
# SC2P8P - Conduit 2
|
# SC2P8P - Conduit 2
|
||||||
[Core]
|
[Core]
|
||||||
BlockMerging = 1
|
BlockMerging = 1
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[EmuState]
|
[EmuState]
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
$Undead Invincibility Mode [Bully@Wiiplaza]
|
$Undead Invincibility Mode [Bully@Wiiplaza]
|
||||||
F6000001 80008100
|
F6000001 80008100
|
||||||
8001002C 90180000
|
8001002C 90180000
|
||||||
D200000C 00000006
|
D200000C 00000006
|
||||||
2C110035 40820020
|
2C110035 40820020
|
||||||
2C0800F4 40820018
|
2C0800F4 40820018
|
||||||
2C0300A0 40820010
|
2C0300A0 40820010
|
||||||
3C007FFF 6000FFFF
|
3C007FFF 6000FFFF
|
||||||
90040000 80040000
|
90040000 80040000
|
||||||
60000000 00000000
|
60000000 00000000
|
||||||
E0000000 80008000
|
E0000000 80008000
|
||||||
**Offline Only*
|
**Offline Only*
|
||||||
**You are completely untouchable*
|
**You are completely untouchable*
|
||||||
*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/
|
*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/
|
||||||
$Inf. Ammo [Bully@Wiiplaza]
|
$Inf. Ammo [Bully@Wiiplaza]
|
||||||
F6000001 80008100
|
F6000001 80008100
|
||||||
80640000 80050000
|
80640000 80050000
|
||||||
D2000008 00000003
|
D2000008 00000003
|
||||||
2C110021 4082000C
|
2C110021 4082000C
|
||||||
38600000 7C030050
|
38600000 7C030050
|
||||||
60000000 00000000
|
60000000 00000000
|
||||||
E0000000 80008000
|
E0000000 80008000
|
||||||
**Offline Only*
|
**Offline Only*
|
||||||
$No Flashwhite [Bully@Wiiplaza]
|
$No Flashwhite [Bully@Wiiplaza]
|
||||||
F6000001 80008100
|
F6000001 80008100
|
||||||
EC210032 93C10008
|
EC210032 93C10008
|
||||||
14000114 60000000
|
14000114 60000000
|
||||||
E0000000 80008000
|
E0000000 80008000
|
||||||
$Inf. Money [Bully@Wiiplaza]
|
$Inf. Money [Bully@Wiiplaza]
|
||||||
F6000001 80008100
|
F6000001 80008100
|
||||||
7C003A14 38E70001
|
7C003A14 38E70001
|
||||||
D2000010 00000004
|
D2000010 00000004
|
||||||
2C11002F 40820014
|
2C11002F 40820014
|
||||||
2C0401A8 4082000C
|
2C0401A8 4082000C
|
||||||
3D807FFF 7D84012E
|
3D807FFF 7D84012E
|
||||||
7C04002E 00000000
|
7C04002E 00000000
|
||||||
E0000000 80008000
|
E0000000 80008000
|
||||||
$Profile One Name Changer Jedi Hack & [Mitch]
|
$Profile One Name Changer Jedi Hack & [Mitch]
|
||||||
0487E2D4 XXXXXXXX
|
0487E2D4 XXXXXXXX
|
||||||
0487E2D8 XXXXXXXX
|
0487E2D8 XXXXXXXX
|
||||||
0487E2DC XXXXXXXX
|
0487E2DC XXXXXXXX
|
||||||
$Profile Two Name Changer Jedi Hack & [Mitch]
|
$Profile Two Name Changer Jedi Hack & [Mitch]
|
||||||
0487E320 0000XXXX
|
0487E320 0000XXXX
|
||||||
0487E324 XXXXXXXX
|
0487E324 XXXXXXXX
|
||||||
0487E328 XXXXXXXX
|
0487E328 XXXXXXXX
|
||||||
0487E32C XXXX0000
|
0487E32C XXXX0000
|
||||||
$Profile Three Name Changer Jedi Hack & [Mitch]
|
$Profile Three Name Changer Jedi Hack & [Mitch]
|
||||||
0487E370 XXXXXXXX
|
0487E370 XXXXXXXX
|
||||||
0487E374 XXXXXXXX
|
0487E374 XXXXXXXX
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues =
|
|||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues =
|
|||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues =
|
|||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ EmulationIssues =
|
|||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -20,5 +20,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -20,5 +20,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -20,5 +20,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -20,5 +20,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -20,5 +20,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -20,5 +20,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ PH_ZFar =
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
EFBScale = 1
|
EFBScale = 1
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ PH_ZFar =
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
EFBScale = 1
|
EFBScale = 1
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ PH_ZFar =
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
EFBScale = 1
|
EFBScale = 1
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -16,5 +16,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Needs real xfb for videos to show up.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Needs real xfb for videos to show up.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -15,5 +15,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Suffers from random ingame lock ups.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Suffers from random ingame lock ups.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Suffers from random ingame lock ups.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Suffers from random ingame lock ups.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
# SMOE41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION
|
# SMOE41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Sound noise eliminated using LLE audio. With hle disable idleskip for normal dance school speed.
|
EmulationIssues = Sound noise eliminated using LLE audio. With hle disable idleskip for normal dance school speed.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
# SMOP41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION
|
# SMOP41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Sound noise eliminated using LLE audio. With hle disable idleskip for normal dance school speed.
|
EmulationIssues = Sound noise eliminated using LLE audio. With hle disable idleskip for normal dance school speed.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,21 +1,20 @@
|
|||||||
# SMOX41 - Michael Jackson The Experience: Walmart Edition
|
# SMOX41 - Michael Jackson The Experience: Walmart Edition
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Sound noise eliminated using LLE audio. With hle disable idleskip for normal dance school speed.
|
EmulationIssues = Sound noise eliminated using LLE audio. With hle disable idleskip for normal dance school speed.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Direct 3d 11 fixes some texture glitches.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -6,7 +6,6 @@ EmulationIssues = Direct 3d 11 fixes some texture glitches.
|
|||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
PH_SZNear = 0
|
PH_SZNear = 0
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# SOJE41 - Rayman Origins
|
# SOJE41 - Rayman Origins
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 1
|
ProjectionHack = 1
|
||||||
PH_SZNear = 1
|
PH_SZNear = 1
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# SOJP41 - Rayman Origins
|
# SOJP41 - Rayman Origins
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 1
|
ProjectionHack = 1
|
||||||
PH_SZNear = 1
|
PH_SZNear = 1
|
||||||
PH_SZFar = 0
|
PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
EFBAccessEnable = True
|
EFBAccessEnable = True
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
EFBAccessEnable = True
|
EFBAccessEnable = True
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
EFBAccessEnable = True
|
EFBAccessEnable = True
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
@ -17,5 +17,4 @@ PH_ZFar =
|
|||||||
EFBAccessEnable = True
|
EFBAccessEnable = True
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
@ -14,6 +14,5 @@ PH_ZNear =
|
|||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
|
@ -14,6 +14,5 @@ PH_ZNear =
|
|||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
DlistCachingEnable = False
|
DlistCachingEnable = False
|
||||||
|
@ -15,5 +15,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
@ -15,5 +15,4 @@ PH_ZFar =
|
|||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
[Wii]
|
[Wii]
|
||||||
DisableWiimoteSpeaker = 1
|
|
||||||
|
BIN
Data/User/Themes/Boomy/nobanner.png
Normal file
BIN
Data/User/Themes/Boomy/nobanner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
@ -200,6 +200,7 @@ void OpenALStream::SoundLoop()
|
|||||||
u64 num_samples_to_render = (audio_dma_period * ais_samples_per_second) / SystemTimers::GetTicksPerSecond();
|
u64 num_samples_to_render = (audio_dma_period * ais_samples_per_second) / SystemTimers::GetTicksPerSecond();
|
||||||
|
|
||||||
unsigned int numSamples = (unsigned int)num_samples_to_render;
|
unsigned int numSamples = (unsigned int)num_samples_to_render;
|
||||||
|
unsigned int minSamples = surround_capable ? 240 : 0; // DPL2 accepts 240 samples minimum (FWRDURATION)
|
||||||
|
|
||||||
numSamples = (numSamples > OAL_MAX_SAMPLES) ? OAL_MAX_SAMPLES : numSamples;
|
numSamples = (numSamples > OAL_MAX_SAMPLES) ? OAL_MAX_SAMPLES : numSamples;
|
||||||
numSamples = m_mixer->Mix(realtimeBuffer, numSamples);
|
numSamples = m_mixer->Mix(realtimeBuffer, numSamples);
|
||||||
@ -236,9 +237,15 @@ void OpenALStream::SoundLoop()
|
|||||||
// Adjust SETTING_SEQUENCE_MS to balance between lag vs hollow audio
|
// Adjust SETTING_SEQUENCE_MS to balance between lag vs hollow audio
|
||||||
soundTouch.setSetting(SETTING_SEQUENCE_MS, (int)(1 / (rate * rate)));
|
soundTouch.setSetting(SETTING_SEQUENCE_MS, (int)(1 / (rate * rate)));
|
||||||
soundTouch.setTempo(rate);
|
soundTouch.setTempo(rate);
|
||||||
|
if (rate > 10)
|
||||||
|
{
|
||||||
|
soundTouch.clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
unsigned int nSamples = soundTouch.receiveSamples(sampleBuffer, OAL_MAX_SAMPLES * SIZE_FLOAT * SURROUND_CHANNELS * OAL_MAX_BUFFERS);
|
|
||||||
if (nSamples > 0)
|
unsigned int nSamples = soundTouch.receiveSamples(sampleBuffer, OAL_MAX_SAMPLES * SIZE_FLOAT * OAL_MAX_BUFFERS);
|
||||||
|
|
||||||
|
if (nSamples > minSamples)
|
||||||
{
|
{
|
||||||
// Remove the Buffer from the Queue. (uiBuffer contains the Buffer ID for the unqueued Buffer)
|
// Remove the Buffer from the Queue. (uiBuffer contains the Buffer ID for the unqueued Buffer)
|
||||||
if (iBuffersFilled == 0)
|
if (iBuffersFilled == 0)
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user