aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* Merge pull request #859 from Apology11/masterGravatar Yuri Kunde Schlesner2015-07-12
|\
* \ Merge pull request #921 from linkmauve/fix-appletGravatar bunnei2015-07-12
|\ \
* | | 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 library...Gravatar Greg Wicks2015-07-12
|/ /
| * donĀ“t define snprintf on Visual Studio 2015Gravatar Apology112015-07-12
|/
* Merge pull request #823 from Subv/applets_drawingGravatar bunnei2015-07-11
|\
| * Applets: Reworked how the Applet update event is handled.Gravatar Subv2015-07-11
* | Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-11
* | 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 App...Gravatar Subv2015-07-11
| * HLE/APT: Initial HLE support for applets.Gravatar Subv2015-07-11
|/
* Merge pull request #914 from yuriks/bitfield-maskGravatar Yuri Kunde Schlesner2015-07-11
|\
* \ Merge pull request #910 from linkmauve/installGravatar Tony Wasserka2015-07-12
|\ \
* \ \ Merge pull request #907 from Lectem/clamp_to_borderGravatar Tony Wasserka2015-07-12
|\ \ \
* | | | Common: Remove thunk.hGravatar Lioncash2015-07-10
* | | | Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\ \ \ \
| | | | * Common: Remove redundant masking in BitFieldGravatar Yuri Kunde Schlesner2015-07-10
| | | | * Common: Fix mask generation in BitFieldGravatar Yuri Kunde Schlesner2015-07-10
| |_|_|/ |/| | |
| | * | Added GL_CLAMP_TO_BORDER supportGravatar Lectem2015-07-09
| | | * Citra, CitraQt: Tell cmake to install the compiled binaries.Gravatar Emmanuel Gil Peyrot2015-07-09
| |_|/ |/| |
* | | Loader: Remove log line causing warningGravatar aroulin2015-07-08
| |/ |/|
* | Merge pull request #797 from linkmauve/blended-downscalingGravatar bunnei2015-07-06
|\ \
* \ \ Merge pull request #885 from Subv/ipc_headersGravatar bunnei2015-07-06
|\ \ \
* | | | 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
| | * | 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 th...Gravatar Emmanuel Gil Peyrot2015-06-28
* | | | 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
| | * Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Cleanup profiler includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Cleanup thread includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Fix string_util includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Gravatar Emmanuel Gil Peyrot2015-06-27