mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
11 lines
No EOL
192 B
C++
11 lines
No EOL
192 B
C++
#pragma once
|
|
#include "helpers.hpp"
|
|
#include "kernel_types.hpp"
|
|
|
|
class APTService {
|
|
Handle handle = KernelHandles::APT;
|
|
|
|
public:
|
|
void reset();
|
|
void handleSyncRequest(u32 messagePointer);
|
|
}; |