Tony Wasserka
55ce9aca71
citra-qt: Add pica framebuffer widget.
11 years ago
Tony Wasserka
c63a495de6
Add GUI widget for controlling pica breakpoints.
11 years ago
Tony Wasserka
2c71ec7052
Pica/DebugUtils: Add breakpoint functionality.
11 years ago
ichfly
1aa969741d
Loader: Add 3DSX support
11 years ago
Rohit Nirmal
8a62423970
Change NULLs to nullptrs.
11 years ago
Tony Wasserka
182476c96a
EmuWindow: Remove window title getters/setters.
The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there.
Providing properly thread-safe window title getters and setters is a mess anyway.
11 years ago
archshift
1efb83bf53
Qt: Auto-start game when selected, play game that's passed via argv[1].
Also moves system initialization to when the game is booted.
11 years ago
Sean
371b61f3ea
Add support for disabling log from settings
11 years ago
Gareth Poole
1c074ced94
Fixed capitalization issues
11 years ago
archshift
e6594f9f53
Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
11 years ago
bunnei
738b88293c
Loader: Added support for loading raw BIN executables.
- Useful for debugging homebrew
Qt: Updated GUI to support loading .bin files.
11 years ago
bunnei
6966fdf025
Loader: Added support for loading raw BIN executables.
- Useful for debugging homebrew
Qt: Updated GUI to support loading .bin files.
11 years ago
Tony Wasserka
26ade98411
Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.
12 years ago
Sacha
a3a70e56ac
Fix the threading for GL Context in Qt5.
Connect the emu_thread start/finish to a moveContext slot.
11 years ago
archshift
6096b289b7
Bootmanager: changed `filename` to std::string
12 years ago
bunnei
1ccdb6a769
Qt: Updated open dialog to include NCCH formats.
12 years ago
bunnei
7889cafc76
Loader: Implemented AppLoader interface for abstracting application loading.
- Various cleanups/refactorings to Loader, ELF, and NCCH modules.
- Added AppLoader interface to ELF and NCCH.
- Updated Qt/GLFW frontends to check AppLoader ResultStatus.
NCCH: Removed extra qualification typos.
Loader: Removed unnecessary #include's.
NCCH: Improved readability of memcmp statements.
NCCH: Added missing space.
Elf: Removed unnecessary usage of unique_ptr.
Loader: Removed unnecessary usage of unique_ptr.
12 years ago
bunnei
0aca202ae9
Loader: Moved elf and loader modules to a "loader" subdirectory.
12 years ago
Tony Wasserka
6893732348
citra-qt: Add command list view.
12 years ago
Tony Wasserka
87e98ff97b
citra-qt: Add GX command history viewer.
12 years ago
bunnei
3c240abf10
added ability to load AXF files (same as ELF)
12 years ago
bunnei
08fb71108a
added symbol map load function to Qt GUI
12 years ago
bunnei
66a98ea686
made qt window title consistent
12 years ago
Mathieu Vaillancourt
81f6062c85
Re-enable toggling window mode.
12 years ago
bunnei
bf025ed03c
fixed order of LogManager and System init
12 years ago
Mathieu Vaillancourt
e5f09b8be6
UI/debugger changes
12 years ago
Mathieu Vaillancourt
68a8594d04
Init window size from VideoCore. Start changing the default window behavior...
12 years ago
Mathieu Vaillancourt
ff4fe52bf6
Temporarily "fix" citra_qt for Windows
12 years ago
bunnei
63e46abdb8
got rid of 'src' folders in each sub-project
12 years ago
Mathieu Vaillancourt
1c7120b3aa
More Qt changes for debugger
12 years ago
Mathieu Vaillancourt
05be8d2f0c
Basic QT window
12 years ago