#include "ImGuiBitmapViewer.hh"
#include "ImGuiCpp.hh"
#include "ImGuiManager.hh"
#include "ImGuiPalette.hh"
#include "ImGuiUtils.hh"
#include "DisplayMode.hh"
#include "VDP.hh"
#include "VDPVRAM.hh"
#include "MemBuffer.hh"
#include "ranges.hh"
#include <imgui.h>
Go to the source code of this file.
|
namespace | openmsx |
| This file implemented 3 utility functions:
|
|
|
static_vector< Rect, 2 > | openmsx::rectFromVdpCmd (int x, int y, int nx, int ny, bool dix, bool diy, ImGuiBitmapViewer::ScrnMode screenMode, bool byteMode) |
|
DoneTodo | openmsx::splitRect (const Rect &r, int x, int y) |
|