Merge branch 'global-user-directory'
Please read https://wiki.dolphin-emu.org/index.php?title=Controlling_the_Global_User_Directory for documentation about this feature. Thanks to neobrain and RachelB for their work on this change, and thanks to everyone who helped test it.
This commit is contained in:
commit
24e9aedc14
|
@ -778,7 +778,6 @@ add_subdirectory(Source)
|
||||||
# Install shared data files
|
# Install shared data files
|
||||||
#
|
#
|
||||||
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
|
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
|
||||||
install(DIRECTORY Data/User/ DESTINATION ${datadir}/user PATTERN)
|
|
||||||
install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN)
|
install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN)
|
||||||
endif()
|
endif()
|
||||||
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|Darwin"))
|
if((NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|Darwin"))
|
||||||
|
|
|
@ -13,7 +13,7 @@ EmulationIssues =
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
+$loophack
|
$loophack
|
||||||
0x806866E4:word:0x60000000
|
0x806866E4:word:0x60000000
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue