Game metadata extractor and some fixes
- App not closing on back pressed (AlberInputListener.java) - Extract SMDH from rom. - Extract metadata from SMDH
This commit is contained in:
7
include/jni_driver.hpp
Normal file
7
include/jni_driver.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <vector>
|
||||
#include "helpers.hpp"
|
||||
|
||||
class Pandroid {
|
||||
public:
|
||||
static void onSmdhLoaded(const std::vector<u8> &smdh);
|
||||
};
|
||||
Reference in New Issue
Block a user