Skip to content

Commit 29cb911

Browse files
Merge pull request #3 from ilikepizza107/master
Client Side Music Off Implimentation
2 parents 360b0ef + fa1a82a commit 29cb911

31 files changed

+73
-4
lines changed

CMake/ScmRevGen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(GIT_FOUND)
3131
endif()
3232

3333
# version number
34-
set(DOLPHIN_VERSION_MAJOR "v3.0.5")
34+
set(DOLPHIN_VERSION_MAJOR "v3.1.2")
3535
set(DOLPHIN_VERSION_MINOR "0")
3636
set(DOLPHIN_VERSION_PATCH ${DOLPHIN_WC_REVISION})
3737

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[OnFrame]
2+
$[P+] Music Off
3+
0x90E60F34:dword:0x00000000
4+
[Core]
5+
CPUThread = True
6+
# PollingMethod = OnSIRead #not implemented yet
7+
GPUDeterminismMode = fake-completion
8+
MMU = False
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[OnFrame]
2+
$[P+] Music Off
3+
0x90E60F34:dword:0x00000000
4+
[Core]
5+
CPUThread = True
6+
# PollingMethod = OnSIRead #not implemented yet
7+
GPUDeterminismMode = fake-completion
8+
MMU = False
256 Bytes
Binary file not shown.
520 Bytes
Binary file not shown.
933 KB
Binary file not shown.
933 KB
Binary file not shown.
49.6 KB
Binary file not shown.
49.6 KB
Binary file not shown.
28.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)