summaryrefslogtreecommitdiff
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
* | | | Merge pull request #915 from citra-emu/travis-containerGravatar bunnei2015-07-114-18/+31
|\ \ \ \
| * | | | Travis: Replace `before_install` with `install`Gravatar Yuri Kunde Schlesner2015-07-101-8/+3
| * | | | Travis: Update GLFW on Linux to 3.1.1Gravatar Yuri Kunde Schlesner2015-07-101-5/+5
| * | | | Travis: Remove use of sudo to enable use container-based buildsGravatar Yuri Kunde Schlesner2015-07-104-10/+28
| | |/ / | |/| |
* | | | Merge pull request #919 from yuriks/styleguideGravatar bunnei2015-07-111-22/+16
|\ \ \ \
| * | | | Update style rules with to better match current practice.Gravatar Yuri Kunde Schlesner2015-07-111-22/+16
|/ / / /
* | | | Merge pull request #909 from yuriks/build-flagsGravatar bunnei2015-07-101-15/+17
|\ \ \ \
| * | | | CMake: Fix Debug build configuration in MSVCGravatar Yuri Kunde Schlesner2015-07-091-15/+17
| |/ / /
* | | | Merge pull request #916 from lioncash/unusedGravatar Yuri Kunde Schlesner2015-07-102-43/+0
|\ \ \ \
| * | | | 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
* | | | Merge pull request #906 from aroulin/loader-format-specifier-warningGravatar Yuri Kunde Schlesner2015-07-071-1/+0
|\ \ \ \
| * | | | Loader: Remove log line causing warningGravatar aroulin2015-07-081-1/+0
| | |/ / | |/| |
* | | | Merge pull request #905 from yuriks/submodule-depthGravatar bunnei2015-07-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | AppVeyor: Remove submodule checkout depthGravatar Yuri Kunde Schlesner2015-07-071-1/+1
* | | | 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
* | | | Merge pull request #897 from lioncash/returnGravatar Yuri Kunde Schlesner2015-06-292-4/+2
|\ \ \ \