Moving misc stuff out of xbox.h.

Progress on #297.
This commit is contained in:
Ben Vanik
2015-06-27 11:44:40 -07:00
parent 7e0246c381
commit f07d620553
5 changed files with 13 additions and 17 deletions

View File

@@ -19,6 +19,9 @@
namespace xe {
namespace kernel {
constexpr uint32_t X_LANGUAGE_ENGLISH = 1;
constexpr uint32_t X_LANGUAGE_JAPANESE = 2;
SHIM_CALL XamGetSystemVersion_shim(PPCContext* ppc_context,
KernelState* kernel_state) {
XELOGD("XamGetSystemVersion()");