summaryrefslogtreecommitdiffstats
path: root/src/citra_qt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Qt: Updated open dialog to include NCCH formats.bunnei2014-07-051-1/+1
|
* Merge pull request #22 from bunnei/loader-improvementsbunnei2014-06-252-7/+5
|\ | | | | Refactor loader code and add preliminary NCCH support
| * 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-172-2/+3
| |
* | citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei2014-06-2211-710/+5
|/
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-1/+1
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * qt: updated disassembler to show 2X as many instructionsbunnei2014-06-051-1/+1
| |
* | Further refine GPU command list debugging.Tony Wasserka2014-06-121-4/+10
| |
* | Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-122-19/+107
| |
* | citra-qt: Add command list view.Tony Wasserka2014-06-127-0/+127
| |
* | citra-qt: Add GX command history viewer.Tony Wasserka2014-06-127-7/+151
| |
* | Merge branch 'threading'bunnei2014-05-231-1/+1
|\|
| * Merge branch 'master' into threadingbunnei2014-05-171-0/+3
| |\
| * | added ability to load AXF files (same as ELF)bunnei2014-05-161-1/+1
| | |
* | | Merge pull request #2 from archshift/issue-7-fixbunnei2014-05-202-17/+42
|\ \ \ | |_|/ |/| | Fixes issues with building Citra on OSX
| * | Improved clarity and whitespacearchshift2014-05-201-1/+1
| | | | | | | | | | | | Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
| * | CMakeLists: rename HEADS, improved commentsarchshift2014-05-201-2/+2
| | | | | | | | | | | | Changes for clarity of comments, removed redundant compiler flags.
| * | Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift2014-05-174-11/+31
| |\|
| * | Fixed indentsarchshift2014-05-012-20/+20
| | |
| * | Linux supportarchshift2014-05-011-1/+1
| | |
| * | Sets OGL version for Qt; will only work with Qt5archshift2014-05-011-6/+10
| | |
| * | A bit of Cmake lovearchshift2014-05-011-2/+2
| | |
| * | IT'S ALIVE!archshift2014-04-291-2/+23
| | |
* | | updated how we call ARM core to make things much fasterbunnei2014-05-171-0/+3
| |/ |/|
* | added symbol map load function to Qt GUIbunnei2014-05-014-11/+31
|/
* made qt window title consistentbunnei2014-04-241-0/+4
|
* fixes to build on linuxbunnei2014-04-231-12/+12
|
* updated CMakeLists for missing filesShizZy2014-04-231-6/+6
|
* Re-enable toggling window mode.Mathieu Vaillancourt2014-04-224-48/+55
|
* fixed order of LogManager and System initbunnei2014-04-221-1/+1
|
* Remove unused QTableViewMathieu Vaillancourt2014-04-193-37/+2
|
* UI/debugger changesMathieu Vaillancourt2014-04-1919-233/+285
|
* Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt2014-04-135-29/+17
|
* Show symbols in disasmMathieu Vaillancourt2014-04-131-1/+9
|
* Fixed GPLv2 license issuebunnei2014-04-111-2/+7
| | | Doing this from work via GitHub - Sorry for not combining with previous commits
* Fixed GPLv2 license issuebunnei2014-04-111-2/+7
| | | Doing this from work via GitHub - Sorry for not combining with previous commits
* Fixed GPLv2 license issuebunnei2014-04-111-2/+7
|
* Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt2014-04-1117-577/+90
|
* fixed project includes to use new directory structurebunnei2014-04-092-76/+108
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-0934-0/+0
|
* Remove Core::GetState(). Use new ARM_Interface instead.Mathieu Vaillancourt2014-04-053-27/+25
|
* More Qt changes for debuggerMathieu Vaillancourt2014-04-049-187/+190
|
* Load file in qt windowMathieu Vaillancourt2014-04-011-12/+12
|
* Basic QT windowMathieu Vaillancourt2014-04-0140-0/+4463