Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 2 | -18/+33 | |
2014-09-07 | bootmanager::EmuThread: fixed initialization order | archshift | 1 | -3/+2 | |
2014-09-06 | core: Make the ARM disassembler use std::string internally | Lioncash | 2 | -6/+4 | |
2014-09-01 | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner | 5 | -1105/+0 | |
2014-09-01 | CMake cleanup | Yuri Kunde Schlesner | 1 | -16/+23 | |
Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers. | |||||
2014-09-01 | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 1 | -1/+1 | |
This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | |||||
2014-08-31 | Loader: Added support for loading raw BIN executables. | bunnei | 1 | -1/+1 | |
- Useful for debugging homebrew Qt: Updated GUI to support loading .bin files. | |||||
2014-08-28 | Loader: Added support for loading raw BIN executables. | bunnei | 1 | -1/+1 | |
- Useful for debugging homebrew Qt: Updated GUI to support loading .bin files. | |||||
2014-08-25 | Pica: Add support for dumping textures. | Tony Wasserka | 1 | -1/+1 | |
2014-08-25 | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 3 | -126/+64 | |
2014-08-24 | Pass format to the QGLWidget and use atomic instead of mutex. | Sacha | 2 | -13/+5 | |
2014-08-24 | Fix EmuThread loop by ensuring it exits properly. | Sacha | 2 | -9/+29 | |
Note: There is a pre-existing issue with booting a new game in that it keeps the old EmuThread. The GL code now supports this but the Core still doesn't. | |||||
2014-08-24 | Fix the threading for GL Context in Qt5. | Sacha | 3 | -9/+21 | |
Connect the emu_thread start/finish to a moveContext slot. | |||||
2014-08-20 | Revert "Removed redundant loop in EmuThread::run()" | archshift | 1 | -7/+10 | |
2014-08-19 | Add Qt5 option. Use Qt5 by default. | Sacha | 1 | -13/+19 | |
2014-08-18 | CMake Cleanup | Sacha | 1 | -23/+9 | |
2014-08-17 | Removed redundant loop in EmuThread::run() | archshift | 1 | -10/+7 | |
2014-08-15 | Bootmanager: changed `filename` to std::string | archshift | 4 | -9/+10 | |
2014-08-12 | Pica: Add command processor. | Tony Wasserka | 1 | -1/+1 | |
2014-08-12 | Changed iterators to use auto, some of which using range-based loops | archshift | 1 | -15/+15 | |
2014-08-12 | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 1 | -1/+1 | |
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use. | |||||
2014-08-06 | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 1 | -8/+8 | |
- Various other cleanups. | |||||
2014-08-06 | Qt: Removed unnecessary HW::Update. | bunnei | 1 | -1/+0 | |
2014-07-23 | citra-qt: Show function names in disassembler based on bunnei's suggestion. | Tony Wasserka | 1 | -5/+21 | |
2014-07-23 | Disassembler: Chose slightly lower value for chunk size. | Tony Wasserka | 1 | -1/+3 | |
2014-07-23 | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 1 | -16/+18 | |
Anonymous structs are not standard C++, hence don't use them. | |||||
2014-07-05 | Qt: Updated open dialog to include NCCH formats. | bunnei | 1 | -1/+1 | |
2014-07-02 | citra-qt: Rewrite disassembly view. | Tony Wasserka | 2 | -60/+186 | |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 1 | -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. | |||||
2014-06-22 | citra_qt: Removed autogenerated files from repo and fixed build issues. | bunnei | 11 | -710/+5 | |
2014-06-17 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2 | -2/+3 | |
2014-06-12 | Further refine GPU command list debugging. | Tony Wasserka | 1 | -4/+10 | |
2014-06-12 | Refine command list debugging functionality and its qt interface. | Tony Wasserka | 2 | -19/+107 | |
2014-06-12 | citra-qt: Add command list view. | Tony Wasserka | 7 | -0/+127 | |
2014-06-12 | citra-qt: Add GX command history viewer. | Tony Wasserka | 7 | -7/+151 | |
2014-06-05 | qt: updated disassembler to show 2X as many instructions | bunnei | 1 | -1/+1 | |
2014-05-20 | Improved clarity and whitespace | archshift | 1 | -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. | |||||
2014-05-20 | CMakeLists: rename HEADS, improved comments | archshift | 1 | -2/+2 | |
Changes for clarity of comments, removed redundant compiler flags. | |||||
2014-05-17 | updated how we call ARM core to make things much faster | bunnei | 1 | -0/+3 | |
2014-05-16 | added ability to load AXF files (same as ELF) | bunnei | 1 | -1/+1 | |
2014-05-01 | added symbol map load function to Qt GUI | bunnei | 4 | -11/+31 | |
2014-05-01 | Fixed indents | archshift | 2 | -20/+20 | |
2014-05-01 | Linux support | archshift | 1 | -1/+1 | |
2014-05-01 | Sets OGL version for Qt; will only work with Qt5 | archshift | 1 | -6/+10 | |
2014-05-01 | A bit of Cmake love | archshift | 1 | -2/+2 | |
2014-04-29 | IT'S ALIVE! | archshift | 1 | -2/+23 | |
2014-04-24 | made qt window title consistent | bunnei | 1 | -0/+4 | |
2014-04-23 | fixes to build on linux | bunnei | 1 | -12/+12 | |
2014-04-23 | updated CMakeLists for missing files | ShizZy | 1 | -6/+6 | |
2014-04-22 | Re-enable toggling window mode. | Mathieu Vaillancourt | 4 | -48/+55 | |
2014-04-22 | fixed order of LogManager and System init | bunnei | 1 | -1/+1 | |
2014-04-19 | Remove unused QTableView | Mathieu Vaillancourt | 3 | -37/+2 | |
2014-04-19 | UI/debugger changes | Mathieu Vaillancourt | 19 | -233/+285 | |
2014-04-13 | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | 5 | -29/+17 | |
2014-04-13 | Show symbols in disasm | Mathieu Vaillancourt | 1 | -1/+9 | |
2014-04-11 | Fixed GPLv2 license issue | bunnei | 1 | -2/+7 | |
Doing this from work via GitHub - Sorry for not combining with previous commits | |||||
2014-04-11 | Fixed GPLv2 license issue | bunnei | 1 | -2/+7 | |
Doing this from work via GitHub - Sorry for not combining with previous commits | |||||
2014-04-11 | Fixed GPLv2 license issue | bunnei | 1 | -2/+7 | |
2014-04-11 | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 17 | -577/+90 | |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 2 | -76/+108 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 34 | -0/+0 | |
2014-04-05 | Remove Core::GetState(). Use new ARM_Interface instead. | Mathieu Vaillancourt | 3 | -27/+25 | |
2014-04-04 | More Qt changes for debugger | Mathieu Vaillancourt | 9 | -187/+190 | |
2014-04-01 | Load file in qt window | Mathieu Vaillancourt | 1 | -12/+12 | |
2014-04-01 | Basic QT window | Mathieu Vaillancourt | 40 | -0/+4463 | |