mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-14 13:32:02 +00:00
iOS: Remove unused hidService
This commit is contained in:
parent
21c25d2fb8
commit
3f8dd7be6a
1 changed files with 0 additions and 2 deletions
|
@ -15,13 +15,11 @@ extern "C" {
|
||||||
#define IOS_EXPORT extern "C" __attribute__((visibility("default")))
|
#define IOS_EXPORT extern "C" __attribute__((visibility("default")))
|
||||||
|
|
||||||
std::unique_ptr<Emulator> emulator = nullptr;
|
std::unique_ptr<Emulator> emulator = nullptr;
|
||||||
HIDService* hidService = nullptr;
|
|
||||||
|
|
||||||
IOS_EXPORT void iosCreateEmulator() {
|
IOS_EXPORT void iosCreateEmulator() {
|
||||||
printf("Creating emulator\n");
|
printf("Creating emulator\n");
|
||||||
|
|
||||||
emulator = std::make_unique<Emulator>();
|
emulator = std::make_unique<Emulator>();
|
||||||
hidService = &emulator->getServiceManager().getHID();
|
|
||||||
emulator->initGraphicsContext(nullptr);
|
emulator->initGraphicsContext(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue