housekeeping, imgui, emulator, input
This commit is contained in:
@@ -66,7 +66,7 @@ class Emulator : public SharedRom {
|
||||
|
||||
TableNextColumn,
|
||||
Function id="SnesPpu",
|
||||
Function id="BreakpointList",
|
||||
Function id="BreakpointList"
|
||||
}
|
||||
)";
|
||||
const std::map<std::string, void*> data_bindings = {
|
||||
|
||||
@@ -28,13 +28,10 @@ namespace gui {
|
||||
constexpr ImVec2 kDefaultModalSize = ImVec2(200, 0);
|
||||
constexpr ImVec2 kZeroPos = ImVec2(0, 0);
|
||||
|
||||
IMGUI_API bool InputHexWithScrollwheel(const char* label, uint32_t* data,
|
||||
uint32_t step = 0x01,
|
||||
float input_width = 50.f);
|
||||
|
||||
IMGUI_API bool InputHex(const char* label, uint64_t* data);
|
||||
IMGUI_API bool InputHex(const char* label, int* data, int num_digits = 4,
|
||||
float input_width = 50.f);
|
||||
|
||||
IMGUI_API bool InputHexShort(const char* label, uint32_t* data);
|
||||
IMGUI_API bool InputHexWord(const char* label, uint16_t* data,
|
||||
float input_width = 50.f, bool no_step = false);
|
||||
|
||||
Submodule src/lib/imgui updated: fe09ebbe0a...97c6f4047c
Reference in New Issue
Block a user