Merge pull request from GabrielBRDeveloper/ui

Pandroid: UI
This commit is contained in:
wheremyfoodat 2023-12-26 20:49:20 +02:00 committed by GitHub
commit dc32e9a563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 2680 additions and 203 deletions

8
include/jni_driver.hpp Normal file
View file

@ -0,0 +1,8 @@
#include <vector>
#include "helpers.hpp"
class Pandroid {
public:
static void onSmdhLoaded(const std::vector<u8>& smdh);
};