Detect language on first boot on Windows (Vista+) and Android

This commit is contained in:
Henrik Rydgard 2013-09-04 12:07:42 +02:00
parent 8e6b031d9b
commit ad620e463a
6 changed files with 40 additions and 8 deletions

View file

@ -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;