Rename CPU to Cpu

This commit is contained in:
scawful
2024-04-13 23:33:35 -05:00
parent ad08d998b5
commit ca076164ce
10 changed files with 129 additions and 129 deletions

View File

@@ -259,7 +259,7 @@ void Emulator::RenderBreakpointList() {
}
}
void Emulator::RenderCpuState(CPU& cpu) {
void Emulator::RenderCpuState(Cpu& cpu) {
if (ImGui::CollapsingHeader("Register Values",
ImGuiTreeNodeFlags_DefaultOpen)) {
ImGui::Columns(2, "RegistersColumns");