mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Add some TODOs.
This commit is contained in:
parent
d3882771aa
commit
e204a6e015
2 changed files with 3 additions and 1 deletions
|
@ -293,7 +293,8 @@ void Interpreter::mfspr(UGeckoInstruction _inst)
|
|||
|
||||
case SPR_WPAR:
|
||||
{
|
||||
// If wpar_empty ever is false, Paper Mario hangs. Strange.
|
||||
// TODO: If wpar_empty ever is false, Paper Mario hangs. Strange.
|
||||
// Maybe WPAR is automatically flushed after a certain amount of time?
|
||||
bool wpar_empty = true; //GPFifo::IsEmpty();
|
||||
if (!wpar_empty)
|
||||
rSPR(iIndex) |= 1; // BNE = buffer not empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue