bunnei
|
e26fbfd1d7
core: Replace "AppCore" nomenclature with just "CPU".
|
před 9 roky |
bunnei
|
232ef55c1a
core: Consolidate core and system state, remove system module & cleanups.
|
před 9 roky |
Yuri Kunde Schlesner
|
84fbbe2629
Use negative priorities to avoid special-casing the self-include
|
před 9 roky |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
před 9 roky |
Yuri Kunde Schlesner
|
396a8d91a4
Manually tweak source formatting and then re-run clang-format
|
před 9 roky |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
před 9 roky |
Lioncash
|
abe5bb4019
citra_qt: Reorganize headers
|
před 11 roky |
Kloen
|
a962c30df1
citra-qt: Use monospace font on Disassembler and ARM Registers
|
před 11 roky |
Lioncash
|
5df3afd522
citra-qt: Adjust initializer list order
|
před 11 roky |
Lioncash
|
dfb424b6d1
dyncom: Rename armdefs.h to armstate.h
|
před 11 roky |
Lioncash
|
4bb1a5ca47
dyncom: Get rid of skyeye typedefs
|
před 11 roky |
Emmanuel Gil Peyrot
|
45c4781544
CitraQt: Cleanup includes.
|
před 11 roky |
Yuri Kunde Schlesner
|
7ada357b2d
Memmap: Re-organize memory function in two files
|
před 11 roky |
Yuri Kunde Schlesner
|
e1fbac3ca1
Common: Remove common.h
|
před 11 roky |
bunnei
|
bc41de2131
Qt: Fixed a bug in shutdown procedure, various cleanups.
|
před 11 roky |
bunnei
|
43cf424907
Qt: Use signals for emu_thread start/stop and fix disasm widget.
|
před 11 roky |
bunnei
|
e4ea133717
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
|
před 11 roky |
bunnei
|
762c1a9ff5
Qt: Move EmuThread ownership from render window to main window.
|
před 11 roky |
Lioncash
|
e05d6220f5
disassembler: Get rid of a const_cast
|
před 11 roky |
Tony Wasserka
|
79713d500b
citra-qt: Fix a crash when double-clicking a disassembler list item.
|
před 11 roky |
Tony Wasserka
|
f1080de47d
Merge pull request #437 from Kingcom/DebugMode
|
před 11 roky |
Kingcom
|
2bbc12e6c3
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
|
před 11 roky |
Yuri Kunde Schlesner
|
7b3452c730
Move ThreadContext to core/core.h and deal with the fallout
|
před 11 roky |
chrisvj
|
b0a14cfe7f
citra-qt: Renamed all .hxx headers to .h
|
před 11 roky |
chrisvj
|
6dfcf2271b
citra-qt: Added license headers to files.
|
před 11 roky |
xdec
|
e6162ed91e
Qt: we don't need to check if model is valid.
|
před 11 roky |
xdec
|
8de09d87ab
Fix crash when the disassembler pause button is pressed while no game is running.
|
před 11 roky |
bunnei
|
b5e6524594
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
|
před 12 roky |
Lioncash
|
403c84cdab
core: Make the ARM disassembler use std::string internally
|
před 12 roky |
Tony Wasserka
|
c131fb2c27
citra-qt: Show function names in disassembler based on bunnei's suggestion.
|
před 12 roky |