This commit is contained in:
wheremyfoodat
2023-12-26 02:21:36 +02:00
parent 0ab7bf3b17
commit f2fac171a0
22 changed files with 324 additions and 323 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
#include <vector>
#include "helpers.hpp"
class Pandroid {
public:
static void onSmdhLoaded(const std::vector<u8> &smdh);
namespace Pandroid {
static void onSmdhLoaded(const std::vector<u8>& smdh);
};