Detect language on first boot on Windows (Vista+) and Android
This commit is contained in:
parent
8e6b031d9b
commit
ad620e463a
6 changed files with 40 additions and 8 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <cmath>
|
||||
#include <string>
|
||||
|
||||
#include "base/NativeApp.h"
|
||||
#include "Common/ArmEmitter.h"
|
||||
#include "ext/disarm.h"
|
||||
#include "math/math_util.h"
|
||||
|
@ -41,6 +42,7 @@
|
|||
|
||||
#define RET(a) if (!(a)) { return false; }
|
||||
|
||||
std::string System_GetProperty(SystemProperty prop) { return ""; }
|
||||
|
||||
bool CheckLast(ArmGen::ARMXEmitter &emit, const char *comp) {
|
||||
u32 instr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue