[CFG] Add GetCountryCodeID

This commit is contained in:
wheremyfoodat 2023-08-08 18:39:13 +03:00
parent c24970f385
commit dcd8e631de
5 changed files with 55 additions and 2 deletions

View file

@ -174,7 +174,7 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/termcolor.hpp
include/crypto/aes_engine.hpp include/metaprogramming.hpp include/PICA/pica_vertex.hpp
include/config.hpp include/services/ir_user.hpp include/http_server.hpp include/cheats.hpp
include/action_replay.hpp include/renderer_sw/renderer_sw.hpp include/compiler_builtins.hpp
include/fs/romfs.hpp include/fs/ivfc.hpp include/discord_rpc.hpp include/services/http.hpp
include/fs/romfs.hpp include/fs/ivfc.hpp include/discord_rpc.hpp include/services/http.hpp include/result/result_cfg.hpp
)
set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp