Skip to content

Commit

Permalink
Merge pull request #2 from dolphin-emu/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonofUgly authored Dec 2, 2017
2 parents 68f44e3 + 76fbdbb commit 79415ce
Show file tree
Hide file tree
Showing 700 changed files with 65,104 additions and 55,731 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,12 @@ else()
include_directories(Externals/SOIL)
endif()

find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c)
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
if (NOT ANDROID)
find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c)
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
endif()

if (ICONV_LIBRARIES AND ICONV_INCLUDE_DIR)
if (NOT ANDROID AND ICONV_LIBRARIES AND ICONV_INCLUDE_DIR)
mark_as_advanced(ICONV_INCLUDE_DIR ICONV_LIBRARIES)
else()
message(STATUS "Using static iconv from Externals")
Expand Down
3 changes: 1 addition & 2 deletions Data/Sys/GameSettings/DLS.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ EmulationIssues =
[Video]

[Video_Settings]
UseXFB = True
UseRealXFB = False

[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/E5Z.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationStateId = 4

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/E62.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationStateId = 4

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/E63.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationStateId = 4

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/E6V.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationStateId = 4

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/E6W.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationStateId = 4

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/E6X.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationStateId = 4

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/G2V.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs xfb real for videos to show up.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,6 +18,7 @@ EmulationIssues = Needs xfb real for videos to show up.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False

7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/G4C.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/G5N.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationIssues =

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = False

[Video_Hacks]
ImmediateXFBEnable = False
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/G6Q.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -19,5 +19,6 @@ EmulationIssues = Needs real xfb for the videos to display.

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/G8M.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
[Video_Hacks]
EFBToTextureEnable = False
BBoxEnable = True
ImmediateXFBEnable = False

[Video_Stereoscopy]
StereoConvergence = 545
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/G9S.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with bl

[Video_Settings]
SafeTextureCacheColorSamples = 0
EFBScale = 2
InternalResolution = 1
MSAA = 0
MaxAnisotropy = 0
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GAP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to show up.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to show up.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/GAU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ EmulationIssues =
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = False

[Video_Hacks]
ImmediateXFBEnable = False

5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/GAY.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ EmulationIssues =

[Video_Settings]
SafeTextureCacheColorSamples = 0
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GBH.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real xfb for the videos to display.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,6 +18,7 @@ EmulationIssues = Needs Real xfb for the videos to display.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False

7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GBL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to display.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for videos to display.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False

7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GBM.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to show up.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for videos to show up.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GBV.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Needs Real xfb for videos to display.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,5 +18,6 @@ EmulationIssues = Needs Real xfb for videos to display.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GBW.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to show up.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,6 +18,7 @@ EmulationIssues = Needs real xfb for videos to show up.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False

7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GC2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real Xfb for the videos to display.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,5 +18,6 @@ EmulationIssues = Needs real Xfb for the videos to display.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
6 changes: 3 additions & 3 deletions Data/Sys/GameSettings/GCE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[Core]
[EmuState]
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =
[OnFrame]
[ActionReplay]
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Video_Hacks]
ImmediateXFBEnable = False
5 changes: 3 additions & 2 deletions Data/Sys/GameSettings/GCN.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ EmulationStateId = 4
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False

6 changes: 2 additions & 4 deletions Data/Sys/GameSettings/GCP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to appear.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,8 +18,6 @@ EmulationIssues = Needs real xfb for videos to appear.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]

ImmediateXFBEnable = False
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GDD.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,5 +18,6 @@ EmulationIssues = Needs real xfb for the videos to display.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False
7 changes: 4 additions & 3 deletions Data/Sys/GameSettings/GDG.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Real Xfb for videos to show up.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -18,6 +18,7 @@ EmulationIssues = Needs Real Xfb for videos to show up.
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True

[Video_Hacks]
ImmediateXFBEnable = False

Loading

0 comments on commit 79415ce

Please sign in to comment.