From e4e561bd94df819f4ce9487f28b1d18a8d178810 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 24 Jul 2018 20:24:58 +0100 Subject: Add ram dump debug window --- src/main/kotlin/gui/EmulationOutputWindow.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/gui/EmulationOutputWindow.kt') diff --git a/src/main/kotlin/gui/EmulationOutputWindow.kt b/src/main/kotlin/gui/EmulationOutputWindow.kt index 489edbe..14fe246 100644 --- a/src/main/kotlin/gui/EmulationOutputWindow.kt +++ b/src/main/kotlin/gui/EmulationOutputWindow.kt @@ -7,7 +7,7 @@ import imgui.ImGui fun paintEmulationOutputWindow() { with(ImGui) { setNextWindowSize(Vec2(640, 576), Cond.FirstUseEver) - setNextWindowPos(Vec2(400, 50), Cond.FirstUseEver) + setNextWindowPos(Vec2(620, 10), Cond.FirstUseEver) begin("Emulation output - 4x scale") text("TODO - actually render something...") end() -- cgit v1.2.3