Skip to content

Commit

Permalink
Merge branch 'Netcore' into Narry's_Mod
Browse files Browse the repository at this point in the history
  • Loading branch information
NarryG committed Feb 24, 2018
2 parents a5904fc + 41b9113 commit c5c819e
Show file tree
Hide file tree
Showing 139 changed files with 11,564 additions and 7,496 deletions.
2 changes: 1 addition & 1 deletion CMake/DolphinCompileDefinitions.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Add a C or C++ compile definitions to the current scope
# Add C or C++ compile definitions to the current scope
#
# dolphin_compile_definitions(def [def ...] [DEBUG_ONLY | RELEASE_ONLY])
#
Expand Down
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GZ2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ EmulationIssues =
[ActionReplay]
# Add action replay cheats here.

[Video_Hacks]
ImmediateXFBEnable = False
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/RZD.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ EmulationIssues =

[Video_Hacks]
EFBAccessEnable = True
ImmediateXFBEnable = False
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/SOM.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ EmulationIssues =
[Video_Settings]

[Video_Hacks]
ImmediateXFBEnable = False

[Video_Enhancements]
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/SX4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ EmulationIssues = The game randomly freezes.
# Add action replay cheats here.

[Video_Hacks]
ImmediateXFBEnable = False
2 changes: 1 addition & 1 deletion Externals/Bochs_disasm/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#pragma once


#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define _CRT_SECURE_NO_DEPRECATE 1

#include <stdio.h>
Expand Down
Loading

0 comments on commit c5c819e

Please sign in to comment.