summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunGravatar Yuri Kunde Schlesner2015-07-111-13/+16
* | Loader: Make 3dsx loader logs a bit less confusingGravatar Yuri Kunde Schlesner2015-07-111-6/+3
* | Kernel: Remove unused member from EventGravatar Yuri Kunde Schlesner2015-07-112-2/+1
|/
* Merge pull request #914 from yuriks/bitfield-maskGravatar Yuri Kunde Schlesner2015-07-111-2/+2
|\
| * Common: Remove redundant masking in BitFieldGravatar Yuri Kunde Schlesner2015-07-101-1/+1
| * Common: Fix mask generation in BitFieldGravatar Yuri Kunde Schlesner2015-07-101-1/+1
* | Merge pull request #910 from linkmauve/installGravatar Tony Wasserka2015-07-122-2/+6
|\ \
| * | Citra, CitraQt: Tell cmake to install the compiled binaries.Gravatar Emmanuel Gil Peyrot2015-07-092-2/+6
| |/
* | Merge pull request #907 from Lectem/clamp_to_borderGravatar Tony Wasserka2015-07-123-13/+28
|\ \
| * | Added GL_CLAMP_TO_BORDER supportGravatar Lectem2015-07-093-13/+28
* | | Common: Remove thunk.hGravatar Lioncash2015-07-102-43/+0
* | | Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10108-402/+374
|\ \ \ | |_|/ |/| |
| * | Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-2813-11/+31
| * | Core: Cleanup soc:U includes.Gravatar Emmanuel Gil Peyrot2015-06-282-26/+36
| * | Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-283-10/+15
| * | Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-2822-38/+73
| * | Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-289-15/+16
| * | CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-2820-16/+45
| * | Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-285-13/+23
| * | Common: Remove unused ROUND_UP_POW2 macro.Gravatar Emmanuel Gil Peyrot2015-06-281-7/+0
| * | Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-2813-19/+32
| * | Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-2810-25/+22
| * | Common: Cleanup profiler includes.Gravatar Emmanuel Gil Peyrot2015-06-284-7/+10
| * | Common: Cleanup thread includes.Gravatar Emmanuel Gil Peyrot2015-06-282-18/+15
| * | Common: Fix string_util includes.Gravatar Emmanuel Gil Peyrot2015-06-282-3/+9
| * | Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-2810-7/+21
| * | Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-285-8/+19
| * | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Gravatar Emmanuel Gil Peyrot2015-06-272-34/+0
| * | Common: Remove unused SSE version checking and a GCC macro.Gravatar Emmanuel Gil Peyrot2015-06-271-25/+0
| * | Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...Gravatar Emmanuel Gil Peyrot2015-06-271-8/+7
| * | Common: Remove unused fifo_queue.h.Gravatar Emmanuel Gil Peyrot2015-06-272-112/+0
* | | Loader: Remove log line causing warningGravatar aroulin2015-07-081-1/+0
| |/ |/|
* | Merge pull request #797 from linkmauve/blended-downscalingGravatar bunnei2015-07-061-33/+46
|\ \
| * | GPU: Implement blended downscaling for display transfers.Gravatar Emmanuel Gil Peyrot2015-06-281-27/+40
| * | GPU: Use shifts instead of multiplications to calculate the actual size of th...Gravatar Emmanuel Gil Peyrot2015-06-281-6/+6
| |/
* | Merge pull request #885 from Subv/ipc_headersGravatar bunnei2015-07-061-5/+13
|\ \
| * | Services/SOC: Added command headers to some of the soc commands.Gravatar Subv2015-06-251-5/+13
* | | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-292-4/+2
* | | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-294-42/+53
* | | Common: Remove unused type unions breaking aliasing rules in horrible ways.Gravatar Emmanuel Gil Peyrot2015-06-281-26/+0
| |/ |/|
* | VideoCore: Fix floating point warningGravatar zawata2015-06-261-1/+1
|/
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-223-7/+43
* Merge pull request #860 from yuriks/y2r-colorGravatar Yuri Kunde Schlesner2015-06-215-174/+734
|\
| * Y2R: Rework conversion process, enabling support for all formatsGravatar Yuri Kunde Schlesner2015-06-215-163/+695
| * Y2R: Re-organize how params are stored. Support SetConversionParamsGravatar Yuri Kunde Schlesner2015-06-201-72/+100
* | Merge pull request #855 from purpasmart96/service_rearrangmentGravatar bunnei2015-06-2175-637/+1190
|\ \ | |/ |/|
| * Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-1175-637/+1190
* | Make the call stack entries not editableGravatar Greg Wicks2015-06-191-0/+3
* | Merge pull request #849 from bunnei/fix-waitsynch-2Gravatar bunnei2015-06-179-113/+68
|\ \
| * | kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-169-113/+68