mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Code cleanup
This commit is contained in:
parent
9523993a24
commit
ff9d180154
26 changed files with 105 additions and 131 deletions
|
@ -254,13 +254,6 @@ void InfoLog_PrintActiveSettings()
|
|||
cemuLog_log(LogType::Force, "Console language: {}", config.console_language);
|
||||
}
|
||||
|
||||
void PPCCore_setupSPR(PPCInterpreter_t* hCPU, uint32 coreIndex)
|
||||
{
|
||||
hCPU->sprExtended.PVR = 0x70010001;
|
||||
hCPU->spr.UPIR = coreIndex;
|
||||
hCPU->sprExtended.msr |= MSR_FP; // enable floating point
|
||||
}
|
||||
|
||||
struct SharedDataEntry
|
||||
{
|
||||
/* +0x00 */ uint32be name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue