summaryrefslogtreecommitdiffstats
path: root/src/core/settings.cpp
diff options
context:
space:
mode:
authornoah the goodra <peterpan0413@live.com>2017-01-31 18:44:23 +0100
committernoah the goodra <peterpan0413@live.com>2017-01-31 18:44:23 +0100
commita0874d9b64fe4d8cabf6d62fc62301460b62a9ea (patch)
tree3b3b664aca85c7ca7764d7409510fc92e76d74f6 /src/core/settings.cpp
parentHLE/Applets: Stub Mint (eShop) Applet (#2463) (diff)
downloadyuzu-a0874d9b64fe4d8cabf6d62fc62301460b62a9ea.tar
yuzu-a0874d9b64fe4d8cabf6d62fc62301460b62a9ea.tar.gz
yuzu-a0874d9b64fe4d8cabf6d62fc62301460b62a9ea.tar.bz2
yuzu-a0874d9b64fe4d8cabf6d62fc62301460b62a9ea.tar.lz
yuzu-a0874d9b64fe4d8cabf6d62fc62301460b62a9ea.tar.xz
yuzu-a0874d9b64fe4d8cabf6d62fc62301460b62a9ea.tar.zst
yuzu-a0874d9b64fe4d8cabf6d62fc62301460b62a9ea.zip
Diffstat (limited to '')
-rw-r--r--src/core/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp
index 9afaf79ec..3a32b70aa 100644
--- a/src/core/settings.cpp
+++ b/src/core/settings.cpp
@@ -15,7 +15,7 @@ Values values = {};
void Apply() {
- GDBStub::SetServerPort(static_cast<u32>(values.gdbstub_port));
+ GDBStub::SetServerPort(values.gdbstub_port);
GDBStub::ToggleServer(values.use_gdbstub);
VideoCore::g_hw_renderer_enabled = values.use_hw_renderer;