summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-03Fix FAQ Link in ReadmeAlex Touchet
2017-06-03Edit Citra URLs (#2728)Alex Touchet
2017-06-03Merge pull request #2746 from Kloen/just-whyJames Rowe
2017-06-03Remove unused imports in game_list_p.hKloen
2017-06-02Merge pull request #2611 from TheKoopaKingdom/missing-file-dialogsbunnei
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
2017-06-02Fixed wiki URLs.TheKoopaKingdom
2017-06-02Switched to the ERROR_NOT_FOUND constant from errors.h.TheKoopaKingdom
2017-06-02Moved whitelist checks from FS_User to the Archive_NCCH handler.TheKoopaKingdom
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Optimized messages that were repetitive and added ability for core errors to ...TheKoopaKingdom
2017-06-02Added message to status bar to show core errors ignored by the user.TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-06-02Fixed encrypted ROM error messages.TheKoopaKingdom
2017-05-31Merge pull request #2722 from wwylele/cam-ipc-helperbunnei
2017-05-31Merge pull request #2739 from yuriks/kernel-reorgbunnei
2017-05-30Merge pull request #2721 from wwylele/texture-cubebunnei
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner
2017-05-29Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner
2017-05-29Merge pull request #2734 from yuriks/cmake-imported-libsYuri Kunde Schlesner
2017-05-29Kernel: Removed HandleTable::GetWaitObjectYuri Kunde Schlesner
2017-05-29Kernel: Extract dynamic Object pointer cast into its own functionYuri Kunde Schlesner
2017-05-29swrasterizer: implement TextureCubewwylele
2017-05-29pica: add registers for texture cubewwylele
2017-05-28Merge pull request #2729 from yuriks/quaternion-fixYuri Kunde Schlesner
2017-05-28Merge pull request #2733 from yuriks/cmake-cleanupYuri Kunde Schlesner
2017-05-27CMake: Re-organize root CMakeLists.txt fileYuri Kunde Schlesner
2017-05-27CMake: Move definitions of externals to the CMakeLists in that directoryYuri Kunde Schlesner
2017-05-27CMake: Create an INTERFACE target for CatchYuri Kunde Schlesner
2017-05-27CMake: Create INTERFACE targets for microprofile and nihstroYuri Kunde Schlesner
2017-05-27CMake: Remove unnecessary include_directories for dynarmicYuri Kunde Schlesner
2017-05-27CMake: Add cryptopp include path to target propertyYuri Kunde Schlesner
2017-05-27CMake: Add SoundTouch include path to target propertyYuri Kunde Schlesner
2017-05-27CMake: Use target properties to add inih include pathsYuri Kunde Schlesner
2017-05-27CMake: Define an interface target for SDL2 definitionsYuri Kunde Schlesner
2017-05-27CMake: Remove CITRA_QT_LIBS varYuri Kunde Schlesner
2017-05-27CMake: Stop using FindOpenGL, which seems to not be required anymoreYuri Kunde Schlesner
2017-05-27CMake: Use append instead of set to modify listYuri Kunde Schlesner
2017-05-27CMake: Use IMPORTED target for BoostYuri Kunde Schlesner
2017-05-27CMake: Use IMPORTED target for libpngYuri Kunde Schlesner
2017-05-27Travis: Upgrade to CMake 3.6.3Yuri Kunde Schlesner
2017-05-27CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner
2017-05-27Citra: Convert include into forward declarationYuri Kunde Schlesner
2017-05-27Remove some unnecessary inclusions of video_core.hYuri Kunde Schlesner
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-05-27OpenGL: Remove unused RendererOpenGL fieldsYuri Kunde Schlesner
2017-05-27Core: Fix some out-of-style includesYuri Kunde Schlesner
2017-05-27Common: Fix some out-of-style includesYuri Kunde Schlesner
2017-05-27Move framebuffer_layout from Common to CoreYuri Kunde Schlesner