| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrun | 2015-07-11 | 1 | -13/+16 | ||
| | * | | Loader: Make 3dsx loader logs a bit less confusing | 2015-07-11 | 1 | -6/+3 | ||
| | * | | Kernel: Remove unused member from Event | 2015-07-11 | 2 | -2/+1 | ||
| |/ / | ||||||
| * | | Merge pull request #914 from yuriks/bitfield-mask | 2015-07-11 | 1 | -2/+2 | ||
| |\ \ | ||||||
| | * | | Common: Remove redundant masking in BitField | 2015-07-10 | 1 | -1/+1 | ||
| | * | | Common: Fix mask generation in BitField | 2015-07-10 | 1 | -1/+1 | ||
| * | | | Merge pull request #910 from linkmauve/install | 2015-07-12 | 2 | -2/+6 | ||
| |\ \ \ | ||||||
| | * | | | Citra, CitraQt: Tell cmake to install the compiled binaries. | 2015-07-09 | 2 | -2/+6 | ||
| | |/ / | ||||||
| * | | | Merge pull request #907 from Lectem/clamp_to_border | 2015-07-12 | 3 | -13/+28 | ||
| |\ \ \ | ||||||
| | * | | | Added GL_CLAMP_TO_BORDER support | 2015-07-09 | 3 | -13/+28 | ||
| * | | | | Merge pull request #915 from citra-emu/travis-container | 2015-07-11 | 4 | -18/+31 | ||
| |\ \ \ \ | ||||||
| | * | | | | Travis: Replace `before_install` with `install` | 2015-07-10 | 1 | -8/+3 | ||
| | * | | | | Travis: Update GLFW on Linux to 3.1.1 | 2015-07-10 | 1 | -5/+5 | ||
| | * | | | | Travis: Remove use of sudo to enable use container-based builds | 2015-07-10 | 4 | -10/+28 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #919 from yuriks/styleguide | 2015-07-11 | 1 | -22/+16 | ||
| |\ \ \ \ | ||||||
| | * | | | | Update style rules with to better match current practice. | 2015-07-11 | 1 | -22/+16 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #909 from yuriks/build-flags | 2015-07-10 | 1 | -15/+17 | ||
| |\ \ \ \ | ||||||
| | * | | | | CMake: Fix Debug build configuration in MSVC | 2015-07-09 | 1 | -15/+17 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #916 from lioncash/unused | 2015-07-10 | 2 | -43/+0 | ||
| |\ \ \ \ | ||||||
| | * | | | | Common: Remove thunk.h | 2015-07-10 | 2 | -43/+0 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #876 from linkmauve/include-cleanups | 2015-07-10 | 108 | -402/+374 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Core: Cleanup hw includes. | 2015-06-28 | 13 | -11/+31 | ||
| | * | | | Core: Cleanup soc:U includes. | 2015-06-28 | 2 | -26/+36 | ||
| | * | | | Core, VideoCore: Replace or fix exit() calls. | 2015-06-28 | 3 | -10/+15 | ||
| | * | | | Core: Cleanup file_sys includes. | 2015-06-28 | 22 | -38/+73 | ||
| | * | | | Core: Cleanup core includes. | 2015-06-28 | 9 | -15/+16 | ||
| | * | | | CitraQt: Cleanup includes. | 2015-06-28 | 20 | -16/+45 | ||
| | * | | | Common: Cleanup emu_window includes. | 2015-06-28 | 5 | -13/+23 | ||
| | * | | | Common: Remove unused ROUND_UP_POW2 macro. | 2015-06-28 | 1 | -7/+0 | ||
| | * | | | Common: Cleanup key_map includes. | 2015-06-28 | 13 | -19/+32 | ||
| | * | | | Common: Cleanup memory and misc includes. | 2015-06-28 | 10 | -25/+22 | ||
| | * | | | Common: Cleanup profiler includes. | 2015-06-28 | 4 | -7/+10 | ||
| | * | | | Common: Cleanup thread includes. | 2015-06-28 | 2 | -18/+15 | ||
| | * | | | Common: Fix string_util includes. | 2015-06-28 | 2 | -3/+9 | ||
| | * | | | Common: Fix FileUtil includes, and everything relying on those. | 2015-06-28 | 10 | -7/+21 | ||
| | * | | | Citra: Fix the includes a bit, thanks to include-what-you-use. | 2015-06-28 | 5 | -8/+19 | ||
| | * | | | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373. | 2015-06-27 | 2 | -34/+0 | ||
| | * | | | Common: Remove unused SSE version checking and a GCC macro. | 2015-06-27 | 1 | -25/+0 | ||
| | * | | | Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT... | 2015-06-27 | 1 | -8/+7 | ||
| | * | | | Common: Remove unused fifo_queue.h. | 2015-06-27 | 2 | -112/+0 | ||
| * | | | | Merge pull request #906 from aroulin/loader-format-specifier-warning | 2015-07-07 | 1 | -1/+0 | ||
| |\ \ \ \ | ||||||
| | * | | | | Loader: Remove log line causing warning | 2015-07-08 | 1 | -1/+0 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #905 from yuriks/submodule-depth | 2015-07-07 | 1 | -1/+1 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | AppVeyor: Remove submodule checkout depth | 2015-07-07 | 1 | -1/+1 | ||
| * | | | | Merge pull request #797 from linkmauve/blended-downscaling | 2015-07-06 | 1 | -33/+46 | ||
| |\ \ \ \ | ||||||
| | * | | | | GPU: Implement blended downscaling for display transfers. | 2015-06-28 | 1 | -27/+40 | ||
| | * | | | | GPU: Use shifts instead of multiplications to calculate the actual size of th... | 2015-06-28 | 1 | -6/+6 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #885 from Subv/ipc_headers | 2015-07-06 | 1 | -5/+13 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Services/SOC: Added command headers to some of the soc commands. | 2015-06-25 | 1 | -5/+13 | ||
| * | | | | Merge pull request #897 from lioncash/return | 2015-06-29 | 2 | -4/+2 | ||
| |\ \ \ \ | ||||||