Merge pull request #351 from GabrielBRDeveloper/ui

Pandroid: UI
This commit is contained in:
wheremyfoodat
2023-12-26 20:49:20 +02:00
committed by GitHub
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);
};