Merge branch 'dx9'
thanks to the DirectX 9 testing team: - crappyfilename.exe - EpicTyphlosion - Mr. Hassium - wbcbz7 - Yuzu4K
This commit is contained in:
commit
a0efe1ec2c
31 changed files with 1010 additions and 54 deletions
|
|
@ -388,6 +388,12 @@ void FurnaceGUI::drawSettings() {
|
|||
settingsChanged=true;
|
||||
}
|
||||
#endif
|
||||
#ifdef HAVE_RENDER_DX9
|
||||
if (ImGui::Selectable("DirectX 9",curRenderBackend=="DirectX 9")) {
|
||||
settings.renderBackend="DirectX 9";
|
||||
settingsChanged=true;
|
||||
}
|
||||
#endif
|
||||
#ifdef HAVE_RENDER_METAL
|
||||
if (ImGui::Selectable("Metal",curRenderBackend=="Metal")) {
|
||||
settings.renderBackend="Metal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue