mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-21 10:15:23 +12:00
commit
dc32e9a563
74 changed files with 2680 additions and 203 deletions
include
8
include/jni_driver.hpp
Normal file
8
include/jni_driver.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <vector>
|
||||
|
||||
#include "helpers.hpp"
|
||||
|
||||
class Pandroid {
|
||||
public:
|
||||
static void onSmdhLoaded(const std::vector<u8>& smdh);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue