mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-08 11:43:40 -04:00
gdb: Last fixes from review round
This commit is contained in:
parent
c6931ac76d
commit
82355fac7e
2 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <QDesktopServices>
|
||||
#include <QMessageBox>
|
||||
#include <QTimer>
|
||||
#include <QUrl>
|
||||
#include "citra_qt/configuration/configuration_shared.h"
|
||||
#include "citra_qt/configuration/configure_debug.h"
|
||||
|
|
|
|||
|
|
@ -424,8 +424,6 @@ PAddr& Memory::MemorySystem::Plugin3GXFramebufferAddress() {
|
|||
return impl->plugin_fb_address;
|
||||
}
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
void MemorySystem::RegisterWatchpoint(const Kernel::Process& process, VAddr addr, u32 size) {
|
||||
auto& page_table = *process.vm_manager.page_table;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue