| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Remove unused imports in game_list_p.h | 2017-06-03 | 1 | -2/+0 | ||
| * | | | | Addressed Bunnei's review comments, and made some other tweaks: | 2017-06-02 | 7 | -29/+32 | ||
| * | | | | Fixed wiki URLs. | 2017-06-02 | 1 | -6/+8 | ||
| * | | | | Switched to the ERROR_NOT_FOUND constant from errors.h. | 2017-06-02 | 2 | -4/+3 | ||
| * | | | | Moved whitelist checks from FS_User to the Archive_NCCH handler. | 2017-06-02 | 2 | -53/+37 | ||
| * | | | | Created a whitelist of system archives to prevent false positives creating di... | 2017-06-02 | 9 | -35/+70 | ||
| * | | | | Optimized messages that were repetitive and added ability for core errors to ... | 2017-06-02 | 5 | -39/+70 | ||
| * | | | | Added message to status bar to show core errors ignored by the user. | 2017-06-02 | 2 | -1/+11 | ||
| * | | | | Made some changes from review comments: | 2017-06-02 | 10 | -53/+55 | ||
| * | | | | Added system for handling core errors in citra-qt. | 2017-06-02 | 9 | -26/+121 | ||
| * | | | | Fixed encrypted ROM error messages. | 2017-06-02 | 3 | -9/+19 | ||
| * | | | | Merge pull request #2722 from wwylele/cam-ipc-helper | 2017-05-31 | 2 | -293/+265 | ||
| |\ \ \ \ | ||||||
| | * | | | | fixup!cam: use IPCHelper | 2017-05-27 | 2 | -30/+43 | ||
| | * | | | | cam: move u32->u8 trancation to IPCHelper | 2017-05-24 | 1 | -34/+33 | ||
| | * | | | | cam: use IPCHelper | 2017-05-24 | 1 | -278/+238 | ||
| * | | | | | Merge pull request #2739 from yuriks/kernel-reorg | 2017-05-31 | 27 | -344/+430 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Kernel: Move HandleTable to a separate file | 2017-05-29 | 18 | -203/+242 | ||
| | * | | | | | Kernel: Move WaitObject to a separate file | 2017-05-29 | 15 | -135/+178 | ||
| | * | | | | | Kernel: Removed HandleTable::GetWaitObject | 2017-05-29 | 2 | -11/+2 | ||
| | * | | | | | Kernel: Extract dynamic Object pointer cast into its own function | 2017-05-29 | 1 | -11/+24 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #2721 from wwylele/texture-cube | 2017-05-30 | 2 | -3/+77 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | swrasterizer: implement TextureCube | 2017-05-29 | 1 | -2/+51 | ||
| | * | | | | pica: add registers for texture cube | 2017-05-29 | 1 | -1/+26 | ||
| * | | | | | Merge pull request #2734 from yuriks/cmake-imported-libs | 2017-05-29 | 8 | -24/+12 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | CMake: Create an INTERFACE target for Catch | 2017-05-27 | 1 | -4/+2 | ||
| | * | | | | CMake: Create INTERFACE targets for microprofile and nihstro | 2017-05-27 | 3 | -3/+3 | ||
| | * | | | | CMake: Remove unnecessary include_directories for dynarmic | 2017-05-27 | 1 | -3/+0 | ||
| | * | | | | CMake: Add cryptopp include path to target property | 2017-05-27 | 1 | -1/+0 | ||
| | * | | | | CMake: Add SoundTouch include path to target property | 2017-05-27 | 1 | -2/+0 | ||
| | * | | | | CMake: Define an interface target for SDL2 definitions | 2017-05-27 | 3 | -8/+4 | ||
| | * | | | | CMake: Remove CITRA_QT_LIBS var | 2017-05-27 | 1 | -1/+1 | ||
| | * | | | | CMake: Stop using FindOpenGL, which seems to not be required anymore | 2017-05-27 | 2 | -2/+2 | ||
| | * | | | | CMake: Use IMPORTED target for Boost | 2017-05-27 | 3 | -2/+3 | ||
| | * | | | | CMake: Use IMPORTED target for libpng | 2017-05-27 | 1 | -3/+2 | ||
| * | | | | | Merge pull request #2729 from yuriks/quaternion-fix | 2017-05-28 | 1 | -3/+5 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | OpenGL: Improve accuracy of quaternion interpolation | 2017-05-27 | 1 | -3/+5 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | CMake: Correct inter-module dependencies and library visibility | 2017-05-27 | 8 | -23/+27 | ||
| * | | | | Citra: Convert include into forward declaration | 2017-05-27 | 2 | -2/+6 | ||
| * | | | | Remove some unnecessary inclusions of video_core.h | 2017-05-27 | 4 | -4/+0 | ||
| * | | | | Move screen size constants from video_core to core | 2017-05-27 | 9 | -51/+63 | ||
| * | | | | OpenGL: Remove unused RendererOpenGL fields | 2017-05-27 | 2 | -11/+2 | ||
| * | | | | Core: Fix some out-of-style includes | 2017-05-27 | 4 | -4/+4 | ||
| * | | | | Common: Fix some out-of-style includes | 2017-05-27 | 3 | -5/+5 | ||
| * | | | | Move framebuffer_layout from Common to Core | 2017-05-27 | 5 | -4/+4 | ||
| | |/ / |/| | | ||||||
| * | | | Merge pull request #2725 from wwylele/texture-sampler | 2017-05-27 | 1 | -40/+39 | ||
| |\ \ \ | ||||||
| | * | | | gl_shader: refactor texture sampler into its own function | 2017-05-27 | 1 | -40/+39 | ||
| | |/ / | ||||||
| * | | | Merge pull request #2716 from yuriks/decentralized-result | 2017-05-26 | 33 | -300/+385 | ||
| |\ \ \ | |/ / |/| | | ||||||
| | * | | FS: Remove unused result definition | 2017-05-24 | 1 | -5/+0 | ||
| | * | | Common: Clean up meta-template logic in BitField | 2017-05-24 | 1 | -3/+3 | ||
| | * | | Kernel: Centralize error definitions in errors.h | 2017-05-24 | 23 | -132/+178 | ||