aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | 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.
* | Merge pull request #914 from yuriks/bitfield-maskGravatar Yuri Kunde Schlesner2015-07-11
|\ \ | | | | | | Common: Fix mask generation in BitField
* \ \ Merge pull request #910 from linkmauve/installGravatar Tony Wasserka2015-07-12
|\ \ \ | | | | | | | | Tell CMake to install the compiled binaries on Linux.
* \ \ \ Merge pull request #907 from Lectem/clamp_to_borderGravatar Tony Wasserka2015-07-12
|\ \ \ \ | | | | | | | | | | Add GL_CLAMP_TO_BORDER support.
* | | | | Common: Remove thunk.hGravatar Lioncash2015-07-10
| | | | | | | | | | | | | | | | | | | | This isn't used, and there's no implementations of the member functions.
* | | | | Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\ \ \ \ \ | | | | | | | | | | | | Cleanup includes, mostly in common
| | | | * | Common: Remove redundant masking in BitFieldGravatar Yuri Kunde Schlesner2015-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the signed case, the shifts already remove the rest of the value, so ANDing by the mask is redundant.
| | | | * | Common: Fix mask generation in BitFieldGravatar Yuri Kunde Schlesner2015-07-10
| |_|_|/ / |/| | | | | | | | | | | | | | Fixes #913
| | * | | Added GL_CLAMP_TO_BORDER supportGravatar Lectem2015-07-09
| | | | |
| | | * | Citra, CitraQt: Tell cmake to install the compiled binaries.Gravatar Emmanuel Gil Peyrot2015-07-09
| |_|/ / |/| | | | | | | | | | | | | | | This will help packaging tremendously, as a `make DESTDIR=… install` will now put every file at their place (on Linux and related).
* | | | Loader: Remove log line causing warningGravatar aroulin2015-07-08
| |/ / |/| |
* | | Merge pull request #797 from linkmauve/blended-downscalingGravatar bunnei2015-07-06
|\ \ \ | | | | | | | | Implement blended downscaling for display transfers
* \ \ \ Merge pull request #885 from Subv/ipc_headersGravatar bunnei2015-07-06
|\ \ \ \ | | | | | | | | | | Services/SOC: Added command headers to some of the soc commands.
* | | | | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-29
| | | | |
* | | | | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-29
| | | | | | | | | | | | | | | | | | | | Also has a side-benefit of correcting access to the FPEXC register.
| | * | | GPU: Implement blended downscaling for display transfers.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | | |
| | * | | GPU: Use shifts instead of multiplications to calculate the actual size of ↵Gravatar Emmanuel Gil Peyrot2015-06-28
| | | | | | | | | | | | | | | | | | | | the output.
* | | | | Common: Remove unused type unions breaking aliasing rules in horrible ways.Gravatar Emmanuel Gil Peyrot2015-06-28
| |/ / / |/| | |
| | * | Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |
| | * | Core: Cleanup soc:U includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |
| | * | Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |
| | * | Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |
| | * | Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |
| | * | CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |
| | * | Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |
| | * | Common: Remove unused ROUND_UP_POW2 macro.Gravatar Emmanuel Gil Peyrot2015-06-28
| | | |