[CPU] Add locale export category.

This commit is contained in:
gibbed 2019-09-04 19:03:03 -05:00 committed by Rick Gibbed
parent c22f76e87f
commit ce78d7110e
1 changed files with 2 additions and 1 deletions

View File

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