mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
3rdParty: let rt64 boot on windows and make inspector work....
This commit is contained in:
+3
-3
@@ -77,7 +77,7 @@ namespace RT64 {
|
||||
ImPlot::CreateContext();
|
||||
ImGui::StyleColorsDark();
|
||||
|
||||
# ifdef _WIN32
|
||||
# if defined(_WIN32) && !defined(RT64_BUILD_PLUGIN)
|
||||
RenderWindow renderWindow = swapChain->getWindow();
|
||||
ImGui_ImplWin32_Init(renderWindow);
|
||||
# endif
|
||||
@@ -157,7 +157,7 @@ namespace RT64 {
|
||||
break;
|
||||
}
|
||||
|
||||
# ifdef _WIN32
|
||||
# if defined(_WIN32) && !defined(RT64_BUILD_PLUGIN)
|
||||
ImGui_ImplWin32_Shutdown();
|
||||
# else
|
||||
// if mupen64plus, dont assert...
|
||||
@@ -179,7 +179,7 @@ namespace RT64 {
|
||||
|
||||
frameMutex.lock();
|
||||
|
||||
# ifdef _WIN32
|
||||
# if defined(_WIN32) && !defined(RT64_BUILD_PLUGIN)
|
||||
ImGui_ImplWin32_NewFrame();
|
||||
# else
|
||||
// ????????
|
||||
|
||||
Reference in New Issue
Block a user