Commit Graph

651 Commits (716e5cf070251b9147f5ceb877e4417382a6c63b)

Author SHA1 Message Date
bunnei 4e9f305ed2 GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
- Various other cleanups.
11 years ago
bunnei 2003ccf09d Qt: Removed unnecessary HW::Update. 11 years ago
bunnei 866d2a62e9 Merge pull request #27 from neobrain/disassembly_view_rewrite
citra-qt: Rewrite disassembly view.
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 9b0d0c81a0 GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Anonymous structs are not standard C++, hence don't use them.
11 years ago
bunnei 1ccdb6a769 Qt: Updated open dialog to include NCCH formats. 11 years ago
Tony Wasserka fd78786828 citra-qt: Rewrite disassembly view. 11 years ago
bunnei 469fe42fad Merge pull request #22 from bunnei/loader-improvements
Refactor loader code and add preliminary NCCH support
11 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.
11 years ago
bunnei 4e4a028ecd citra_qt: Removed autogenerated files from repo and fixed build issues. 11 years ago
bunnei 0aca202ae9 Loader: Moved elf and loader modules to a "loader" subdirectory. 11 years ago
bunnei 004df76795 Merge branch 'threading' of https://github.com/bunnei/citra
Conflicts:
	src/core/hle/function_wrappers.h
	src/core/hle/service/gsp.cpp
11 years ago
Tony Wasserka f82410e633 Further refine GPU command list debugging. 11 years ago
Tony Wasserka b0051b2203 Refine command list debugging functionality and its qt interface. 11 years ago
Tony Wasserka 6893732348 citra-qt: Add command list view. 11 years ago
Tony Wasserka 87e98ff97b citra-qt: Add GX command history viewer. 11 years ago
bunnei a002abf171 qt: updated disassembler to show 2X as many instructions 11 years ago
bunnei 32c314c992 Merge branch 'threading' 11 years ago
bunnei 204c6bfeca Merge pull request #2 from archshift/issue-7-fix
Fixes issues with building Citra on OSX
11 years ago
archshift 034e3aabc8 Improved clarity and whitespace
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.
11 years ago
archshift 403e4bf837 CMakeLists: rename HEADS, improved comments
Changes for clarity of comments, removed redundant compiler flags.
11 years ago
bunnei 3fac6dc39e Merge branch 'master' into threading 11 years ago
bunnei 265c770a9d updated how we call ARM core to make things much faster 11 years ago
archshift b8c8d0903e Merge remote-tracking branch 'upstream/master' into issue-7-fix 11 years ago
bunnei 3c240abf10 added ability to load AXF files (same as ELF) 11 years ago
bunnei 08fb71108a added symbol map load function to Qt GUI 11 years ago
archshift 704075f04a Fixed indents 11 years ago
archshift dade106aa9 Linux support 11 years ago
archshift 3dad4e3b5c Sets OGL version for Qt; will only work with Qt5 11 years ago
archshift a7f3ed003d A bit of Cmake love 11 years ago
archshift 5a9c2ce5ea IT'S ALIVE! 11 years ago
bunnei 66a98ea686 made qt window title consistent 11 years ago
bunnei 7a136b8a84 fixes to build on linux 11 years ago
ShizZy 5c89324809 updated CMakeLists for missing files 11 years ago
Mathieu Vaillancourt 81f6062c85 Re-enable toggling window mode. 11 years ago
bunnei bf025ed03c fixed order of LogManager and System init 11 years ago
Mathieu Vaillancourt ad0734acee Remove unused QTableView 11 years ago
Mathieu Vaillancourt e5f09b8be6 UI/debugger changes 11 years ago
Mathieu Vaillancourt 68a8594d04 Init window size from VideoCore. Start changing the default window behavior... 11 years ago
Mathieu Vaillancourt 0ecb0365e4 Show symbols in disasm 11 years ago
bunnei ec19c679d7 Fixed GPLv2 license issue
Doing this from work via GitHub - Sorry for not combining with previous commits
11 years ago
bunnei 1c491d5c98 Fixed GPLv2 license issue
Doing this from work via GitHub - Sorry for not combining with previous commits
11 years ago
bunnei 503e584ee1 Fixed GPLv2 license issue 11 years ago
Mathieu Vaillancourt ff4fe52bf6 Temporarily "fix" citra_qt for Windows 11 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 11 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 11 years ago
Mathieu Vaillancourt 9b6041d818 Remove Core::GetState(). Use new ARM_Interface instead. 11 years ago
Mathieu Vaillancourt 1c7120b3aa More Qt changes for debugger 11 years ago
Mathieu Vaillancourt 81b61ee720 Load file in qt window 11 years ago
Mathieu Vaillancourt 05be8d2f0c Basic QT window 11 years ago