From dd076658140f228397b0ff5b96e075e0fd5ba605 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sat, 17 Aug 2013 13:21:17 +0200 Subject: [PATCH] Update native, add checkbox for sw renderer to developer settings --- UI/GameSettingsScreen.cpp | 2 ++ native | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/UI/GameSettingsScreen.cpp b/UI/GameSettingsScreen.cpp index dbff627b83..9f7813108f 100644 --- a/UI/GameSettingsScreen.cpp +++ b/UI/GameSettingsScreen.cpp @@ -404,11 +404,13 @@ void DeveloperToolsScreen::CreateViews() { I18NCategory *g = GetI18NCategory("General"); I18NCategory *d = GetI18NCategory("Developer"); + I18NCategory *gs = GetI18NCategory("Graphics"); I18NCategory *a = GetI18NCategory("Audio"); LinearLayout *list = root_->Add(new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(1.0f))); list->Add(new ItemHeader(g->T("General"))); list->Add(new Choice(d->T("Run CPU Tests")))->OnClick.Handle(this, &DeveloperToolsScreen::OnRunCPUTests); + list->Add(new CheckBox(&g_Config.bSoftwareRendering, gs->T("Software Rendering", "Software Rendering (experimental)"))); list->Add(new CheckBox(&enableLogging_, d->T("Enable Debug Logging"))); list->Add(new Choice(g->T("Back")))->OnClick.Handle(this, &DeveloperToolsScreen::OnBack); } diff --git a/native b/native index 17996ccd4c..1effa13869 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 17996ccd4c133e2f930e9b7141875a6ed5e24558 +Subproject commit 1effa138697927d5e74b40bd5f26133c6a7bc0d2