the massive preparations - GUI

This commit is contained in:
tildearrow 2024-05-26 19:31:17 -05:00
parent 34c176a799
commit 00e0679442
48 changed files with 41493 additions and 2734 deletions

View file

@ -35,7 +35,7 @@ void FurnaceGUI::drawRegView() {
unsigned char* regPool=e->getRegisterPool(i,size,depth);
unsigned short* regPoolW=(unsigned short*)regPool;
if (regPool==NULL) {
ImGui::Text("- no register pool available");
ImGui::Text(_("- no register pool available"));
} else {
ImGui::PushFont(patFont);
if (ImGui::BeginTable("Memory",17)) {