mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Fix un-initialized powerpc.xer_* variables
This commit is contained in:
@ -169,6 +169,7 @@ static void ResetRegisters()
|
|||||||
{
|
{
|
||||||
v = 0x8000000000000001;
|
v = 0x8000000000000001;
|
||||||
}
|
}
|
||||||
|
SetXER({});
|
||||||
|
|
||||||
DBATUpdated();
|
DBATUpdated();
|
||||||
IBATUpdated();
|
IBATUpdated();
|
||||||
|
Reference in New Issue
Block a user