[CPU] Add locale export category.
This commit is contained in:
parent
c22f76e87f
commit
ce78d7110e
|
@ -2,7 +2,7 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
* Xenia : Xbox 360 Emulator Research Project *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* Copyright 2013 Ben Vanik. All rights reserved. *
|
* Copyright 2019 Ben Vanik. All rights reserved. *
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
|
@ -27,6 +27,7 @@ enum class ExportCategory : uint8_t {
|
||||||
kDebug,
|
kDebug,
|
||||||
kFileSystem,
|
kFileSystem,
|
||||||
kInput,
|
kInput,
|
||||||
|
kLocale,
|
||||||
kMemory,
|
kMemory,
|
||||||
kMisc,
|
kMisc,
|
||||||
kModules,
|
kModules,
|
||||||
|
|
Loading…
Reference in New Issue