mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-22 20:59:18 +01:00
Minor power savings
This commit is contained in:
parent
75d507425a
commit
5ceecc0f36
@ -75,6 +75,13 @@ bool platform::init ()
|
|||||||
{
|
{
|
||||||
sassert (fatInitDefault (), "Failed to initialize fat");
|
sassert (fatInitDefault (), "Failed to initialize fat");
|
||||||
|
|
||||||
|
// turn off unused arm7 hardware
|
||||||
|
powerOff (PM_SOUND_AMP);
|
||||||
|
powerOn (PM_SOUND_MUTE);
|
||||||
|
|
||||||
|
// turn off unused arm9 hardware
|
||||||
|
powerOff (POWER_MATRIX | POWER_3D_CORE);
|
||||||
|
|
||||||
videoSetMode (MODE_0_2D);
|
videoSetMode (MODE_0_2D);
|
||||||
videoSetModeSub (MODE_0_2D);
|
videoSetModeSub (MODE_0_2D);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user