aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Common : Fix Conversion WarningsGravatar zawata2015-07-19
|
* Citra_QT : Fix Conversion WarningsGravatar zawata2015-07-19
|
* Merge pull request #941 from citra-emu/armv6-thumb-movGravatar Yuri Kunde Schlesner2015-07-18
|\ | | | | Dyncom: Support for a new ARMv6 Thumb MOV encoding
* | Common: Remove the unused and commented GetThemeDir prototype from FileUtil.Gravatar Emmanuel Gil Peyrot2015-07-18
| |
| * Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-18
|/
* Merge pull request #938 from Subv/querymemGravatar Yuri Kunde Schlesner2015-07-17
|\ | | | | Kernel/SVC: Implemented svcQueryMemory.
| * Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-17
| |
* | Merge pull request #937 from yuriks/codeset-leakGravatar bunnei2015-07-17
|\ \ | |/ |/| Ensure all kernel objects are released during shutdown
| * Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
| | | | | | | | | | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
* | arm_dyncom_interpreter: Simplify assignment in SMLAWGravatar Lioncash2015-07-16
|/ | | | Also a side-benefit of not having implementation-defined behavior.
* Merge pull request #918 from yuriks/romfsGravatar bunnei2015-07-16
|\ | | | | Do not load entire RomFS to memory, read from the file as needed instead (rebased)
* \ Merge pull request #931 from neobrain/move_default_attr_handlerGravatar Tony Wasserka2015-07-15
|\ \ | | | | | | Pica/CommandProcessor: Move default attribute setup to the proper position.
| * | Pica/CommandProcessor: Move default attribute setup to the proper position.Gravatar Tony Wasserka2015-07-15
| | |
* | | Pica/Clipper: Output proper number of triangles in debugging logs.Gravatar Tony Wasserka2015-07-15
|/ /
* | VideoCore: Implement the DOT3_RGB combinerGravatar Lectem2015-07-14
| |
* | Merge pull request #904 from aroulin/y2r-narrowing-warningGravatar archshift2015-07-13
|\ \ | | | | | | Y2R: Fix narrowing warning
| | * Loader: Fix variable type and remove unused variableGravatar Yuri Kunde Schlesner2015-07-13
| | |
| | * Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-13
| | | | | | | | | | | | Buffer lengths should be size_t, and file offsets should be u64.
| | * Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-13
| | |
| | * FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-13
| |/ |/|
* | Merge pull request #924 from aroulin/qt-disassembly-stepGravatar Yuri Kunde Schlesner2015-07-13
|\ \ | | | | | | Qt: Fix disassembly widget stepping
* | | Pica: Implement stencil testing.Gravatar Tony Wasserka2015-07-13
| | |
* | | citra-qt: Add depth formats to framebuffer viewing widget.Gravatar Tony Wasserka2015-07-13
| | |
* | | citra-qt: Properly specify the framebuffer format.Gravatar Tony Wasserka2015-07-13
| | |
* | | CiTrace: Clean up initialization method.Gravatar Tony Wasserka2015-07-13
| | |
* | | CiTrace: Record LCD registers. Cleanup recording code.Gravatar Tony Wasserka2015-07-13
| | |
* | | CiTrace: Record default vertex attributes.Gravatar Tony Wasserka2015-07-13
| | |
* | | Clean up command_processor.cpp.Gravatar Tony Wasserka2015-07-13
| | |
* | | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation.Gravatar Tony Wasserka2015-07-13
| | |
* | | Add CiTrace recording support.Gravatar Tony Wasserka2015-07-13
| | | | | | | | | | | | | | | | | | This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
* | | GPU: Be robust against nullptr addresses; properly reset busy bits in the ↵Gravatar Tony Wasserka2015-07-13
| | | | | | | | | | | | trigger registers.
* | | FileUtil: Add a WriteObject method for writing a single, POD-type object.Gravatar Tony Wasserka2015-07-13
| | |
* | | HW: Fix a stupid issue which led to unknown register reads/writes.Gravatar Tony Wasserka2015-07-13
| | |
| * | Qt: Fix disassembly widget steppingGravatar aroulin2015-07-13
|/ /
* | Merge pull request #859 from Apology11/masterGravatar Yuri Kunde Schlesner2015-07-12
|\ \ | | | | | | build with visual studio 2015
* \ \ Merge pull request #921 from linkmauve/fix-appletGravatar bunnei2015-07-12
|\ \ \ | | | | | | | | Fix applet includes using iwyu
* | | | Kernel: Add CodeSet case to Object::IsWaitableGravatar Yuri Kunde Schlesner2015-07-12
| | | |
| * | | Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-12
| | | |
* | | | Implement new argument parsing using getopt and add the corresponding ↵Gravatar Greg Wicks2015-07-12
|/ / / | | | | | | | | | library to externals
| * / don´t define snprintf on Visual Studio 2015Gravatar Apology112015-07-12
|/ / | | | | Visual Studio 2015 defines this in stdio now
| * Y2R: Fix narrowing warningGravatar aroulin2015-07-12
|/
* Merge pull request #823 from Subv/applets_drawingGravatar bunnei2015-07-11
|\ | | | | Library applet support (swkbd for now)
| * Applets: Reworked how the Applet update event is handled.Gravatar Subv2015-07-11
| | | | | | | | Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method.
* | Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-11
| | | | | | | | | | | | The code now properly configures the process image to match the loaded binary segments (code, rodata, data) instead of just blindly allocating a large chunk of dummy memory.
* | Memory: Fix unmapping of pagesGravatar Yuri Kunde Schlesner2015-07-11
| |
* | Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunGravatar Yuri Kunde Schlesner2015-07-11
| |
* | Loader: Make 3dsx loader logs a bit less confusingGravatar Yuri Kunde Schlesner2015-07-11
| |
* | Kernel: Remove unused member from EventGravatar Yuri Kunde Schlesner2015-07-11
| |
| * Applets: Add infrastructure to allow custom drawing and input handling in ↵Gravatar Subv2015-07-11
| | | | | | | | Applets.
| * HLE/APT: Initial HLE support for applets.Gravatar Subv2015-07-11
|/ | | | Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.