mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
- App not closing on back pressed (AlberInputListener.java) - Extract SMDH from rom. - Extract metadata from SMDH
7 lines
129 B
C++
7 lines
129 B
C++
#include <vector>
|
|
#include "helpers.hpp"
|
|
|
|
class Pandroid {
|
|
public:
|
|
static void onSmdhLoaded(const std::vector<u8> &smdh);
|
|
};
|