Commit Graph

23 Commits (7ada357b2d12cf616672425a8961804b865354d6)

Author SHA1 Message Date
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files
memory.cpp/h contains definitions related to acessing memory and
configuring the address space
mem_map.cpp/h contains higher-level definitions related to configuring
the address space accoording to the kernel and allocating memory.
10 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 10 years ago
bunnei bc41de2131 Qt: Fixed a bug in shutdown procedure, various cleanups. 10 years ago
bunnei 43cf424907 Qt: Use signals for emu_thread start/stop and fix disasm widget. 10 years ago
bunnei e4ea133717 Qt: Restructured to remove unnecessary shutdown event and various cleanups. 10 years ago
bunnei 762c1a9ff5 Qt: Move EmuThread ownership from render window to main window. 10 years ago
Lioncash e05d6220f5 disassembler: Get rid of a const_cast 10 years ago
Tony Wasserka 79713d500b citra-qt: Fix a crash when double-clicking a disassembler list item. 10 years ago
Tony Wasserka f1080de47d Merge pull request #437 from Kingcom/DebugMode
Replace OnCpuStepped signal
10 years ago
Kingcom 2bbc12e6c3 citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft 10 years ago
Yuri Kunde Schlesner 7b3452c730 Move ThreadContext to core/core.h and deal with the fallout 10 years ago
chrisvj b0a14cfe7f citra-qt: Renamed all .hxx headers to .h 10 years ago
chrisvj 6dfcf2271b citra-qt: Added license headers to files. 10 years ago
xdec e6162ed91e Qt: we don't need to check if model is valid. 10 years ago
xdec 8de09d87ab Fix crash when the disassembler pause button is pressed while no game is running. 10 years ago
bunnei b5e6524594 ARM: Reorganized file structure to move shared SkyEye code to a more common area.
Removed s_ prefix
11 years ago
Lioncash 403c84cdab core: Make the ARM disassembler use std::string internally 11 years ago
Tony Wasserka c131fb2c27 citra-qt: Show function names in disassembler based on bunnei's suggestion. 11 years ago
Tony Wasserka 456b9feb25 Disassembler: Chose slightly lower value for chunk size. 11 years ago
Tony Wasserka fd78786828 citra-qt: Rewrite disassembly view. 11 years ago
bunnei a002abf171 qt: updated disassembler to show 2X as many instructions 11 years ago
Mathieu Vaillancourt ad0734acee Remove unused QTableView 11 years ago
Mathieu Vaillancourt e5f09b8be6 UI/debugger changes 11 years ago