From e1a6c8b9a960b49d3de845ed26d8b9d101a8bd39 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 3 Jul 2021 18:07:16 +0200 Subject: [PATCH] Cleanin upo --- sources/Debugger/CPU/CPUDebug.cpp | 12 ++++++------ sources/PPU/PPU.cpp | 29 ++++++++++++----------------- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/sources/Debugger/CPU/CPUDebug.cpp b/sources/Debugger/CPU/CPUDebug.cpp index 61e848c..231e454 100644 --- a/sources/Debugger/CPU/CPUDebug.cpp +++ b/sources/Debugger/CPU/CPUDebug.cpp @@ -316,12 +316,12 @@ namespace ComSquare::Debugger std::string symbolPath = romPath.replace_extension(".sym"); std::ifstream sym(symbolPath); - if (sym) { - std::vector