Skip to content

Commit

Permalink
3rdParty: update mupen64plus-rsp-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Mar 27, 2024
1 parent eb6dd80 commit c6ec9c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/3rdParty/mupen64plus-rsp-parallel/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = [email protected]:/Rosalie241/parallel-rsp.git
branch = RMG
commit = 71f52c492ac5896a02725152a0e6c59036ee9576
parent = e8f10693c73eeed017f45cf8289a3763ae16c257
commit = f7c164cf0c4131f6cfbcaefba9af3c8eaf6df1b0
parent = eb6dd8068ef4d82e47807ebccca0444d2e3300e2
method = merge
cmdver = 0.4.6
2 changes: 2 additions & 0 deletions Source/3rdParty/mupen64plus-rsp-parallel/rsp/cp0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ extern "C"
}
#endif

#if 0 // FIXME: this is broken with upstream mupen64plus-core
if (rd == CP0_REGISTER_SP_SEMAPHORE)
{
if (*rsp->cp0.cr[CP0_REGISTER_SP_SEMAPHORE])
Expand All @@ -56,6 +57,7 @@ extern "C"
else
*rsp->cp0.cr[CP0_REGISTER_SP_SEMAPHORE] = 1;
}
#endif

//if (rd == 4) // SP_STATUS_REG
// fprintf(stderr, "READING STATUS REG!\n");
Expand Down

0 comments on commit c6ec9c0

Please sign in to comment.