diff options
Diffstat (limited to 'src/core/hle/shared_page.cpp')
| -rw-r--r-- | src/core/hle/shared_page.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/shared_page.cpp b/src/core/hle/shared_page.cpp index 5978ccdd4..833dc5ec9 100644 --- a/src/core/hle/shared_page.cpp +++ b/src/core/hle/shared_page.cpp | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | #include <cstring> | 6 | #include <cstring> |
| 7 | #include <ctime> | 7 | #include <ctime> |
| 8 | #include "core/core_timing.h" | 8 | #include "core/core_timing.h" |
| 9 | #include "core/hle/service/ptm/ptm.h" | ||
| 10 | #include "core/hle/shared_page.h" | 9 | #include "core/hle/shared_page.h" |
| 11 | 10 | ||
| 12 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 11 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| @@ -75,8 +74,6 @@ void Init() { | |||
| 75 | shared_page.unknown_value = 0x1; | 74 | shared_page.unknown_value = 0x1; |
| 76 | 75 | ||
| 77 | // Set to a completely full battery | 76 | // Set to a completely full battery |
| 78 | shared_page.battery_state.charge_level.Assign( | ||
| 79 | static_cast<u8>(Service::PTM::ChargeLevels::CompletelyFull)); | ||
| 80 | shared_page.battery_state.is_adapter_connected.Assign(1); | 77 | shared_page.battery_state.is_adapter_connected.Assign(1); |
| 81 | shared_page.battery_state.is_charging.Assign(1); | 78 | shared_page.battery_state.is_charging.Assign(1); |
| 82 | 79 | ||