hle: Remove a large amount of 3ds-specific service code.
This commit is contained in:
parent
b1d5db1cf6
commit
0906de9a14
200 changed files with 1 additions and 22392 deletions
|
@ -6,7 +6,6 @@
|
|||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include "core/core_timing.h"
|
||||
#include "core/hle/service/ptm/ptm.h"
|
||||
#include "core/hle/shared_page.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -75,8 +74,6 @@ void Init() {
|
|||
shared_page.unknown_value = 0x1;
|
||||
|
||||
// Set to a completely full battery
|
||||
shared_page.battery_state.charge_level.Assign(
|
||||
static_cast<u8>(Service::PTM::ChargeLevels::CompletelyFull));
|
||||
shared_page.battery_state.is_adapter_connected.Assign(1);
|
||||
shared_page.battery_state.is_charging.Assign(1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue