diff options
| author | bunnei <bunneidev@gmail.com> | 2017-10-12 21:21:49 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2017-10-12 21:21:49 -0400 |
| commit | 72b03025ac4ef0d8633c2f3e55b513cd149c59e5 (patch) | |
| tree | f1fbeb915a0b3df8e4e988a6a562a763e18ea666 /src/core/hle/service/cfg/cfg_u.cpp | |
| parent | 0906de9a14b735d1d409290ca050eb7d2c2d3d84 (diff) | |
Remove lots more 3DS-specific code.
Diffstat (limited to 'src/core/hle/service/cfg/cfg_u.cpp')
| -rw-r--r-- | src/core/hle/service/cfg/cfg_u.cpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/core/hle/service/cfg/cfg_u.cpp b/src/core/hle/service/cfg/cfg_u.cpp deleted file mode 100644 index 7b66fee22..000000000 --- a/src/core/hle/service/cfg/cfg_u.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#include "core/hle/service/cfg/cfg.h" -#include "core/hle/service/cfg/cfg_u.h" - -namespace Service { -namespace CFG { - -const Interface::FunctionInfo FunctionTable[] = { - // cfg common - {0x00010082, GetConfigInfoBlk2, "GetConfigInfoBlk2"}, - {0x00020000, SecureInfoGetRegion, "SecureInfoGetRegion"}, - {0x00030040, GenHashConsoleUnique, "GenHashConsoleUnique"}, - {0x00040000, GetRegionCanadaUSA, "GetRegionCanadaUSA"}, - {0x00050000, GetSystemModel, "GetSystemModel"}, - {0x00060000, GetModelNintendo2DS, "GetModelNintendo2DS"}, - {0x00070040, nullptr, "WriteToFirstByteCfgSavegame"}, - {0x00080080, nullptr, "GoThroughTable"}, - {0x00090040, GetCountryCodeString, "GetCountryCodeString"}, - {0x000A0040, GetCountryCodeID, "GetCountryCodeID"}, - {0x000B0000, nullptr, "IsFangateSupported"}, -}; - -CFG_U::CFG_U() { - Register(FunctionTable); -} - -} // namespace CFG -} // namespace Service |
