summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Loader: Added support for loading raw BIN executables.bunnei2014-08-281-1/+1
| | | | | | - Useful for debugging homebrew Qt: Updated GUI to support loading .bin files.
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-2/+2
|
* Fix the threading for GL Context in Qt5.Sacha2014-08-241-3/+0
| | | | Connect the emu_thread start/finish to a moveContext slot.
* Bootmanager: changed `filename` to std::stringarchshift2014-08-151-3/+2
|
* Qt: Updated open dialog to include NCCH formats.bunnei2014-07-051-1/+1
|
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-5/+2
| | | | | | | | | | | | | | | | | | - 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.
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-1/+2
|
* citra-qt: Add command list view.Tony Wasserka2014-06-121-0/+6
|
* citra-qt: Add GX command history viewer.Tony Wasserka2014-06-121-0/+6
|
* added ability to load AXF files (same as ELF)bunnei2014-05-161-1/+1
|
* added symbol map load function to Qt GUIbunnei2014-05-011-1/+9
|
* made qt window title consistentbunnei2014-04-241-0/+4
|
* Re-enable toggling window mode.Mathieu Vaillancourt2014-04-221-34/+26
|
* fixed order of LogManager and System initbunnei2014-04-221-1/+1
|
* UI/debugger changesMathieu Vaillancourt2014-04-191-16/+23
|
* Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt2014-04-131-10/+12
|
* Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt2014-04-111-5/+5
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+230