mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 04:29:13 +12:00
Roll back Pandroid/Hydra split
This commit is contained in:
parent
dc32e9a563
commit
0525d96aec
2 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "loader/ncch.hpp"
|
||||
#include "memory.hpp"
|
||||
|
||||
#ifdef PANDA3DS_FRONTEND_PANDROID
|
||||
#ifdef __ANDROID__
|
||||
#include "jni_driver.hpp"
|
||||
#endif
|
||||
|
||||
|
@ -260,7 +260,7 @@ bool NCCH::parseSMDH(const std::vector<u8>& smdh) {
|
|||
}
|
||||
|
||||
// In the Android version, notify the application that we're loading an SMDH file, to extract data for the title list
|
||||
#ifdef PANDA3DS_FRONTEND_PANDROID
|
||||
#ifdef __ANDROID__
|
||||
Pandroid::onSmdhLoaded(smdh);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue