summaryrefslogtreecommitdiff
path: root/src/citra_qt
AgeCommit message (Expand)Author
2016-03-07Set the appropriate locale to get float conversion working using std::to_stringLittleWhite
2016-03-03Merge pull request #1394 from ds84182/immediate-mode-vtxbunnei
2016-03-02Add immediate mode vertex submissionDwayne Slater
2016-03-02Merge pull request #1403 from MerryMage/sdlbunnei
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage
2016-02-26Merge pull request #1352 from LittleWhite-tb/exit_checkbunnei
2016-02-21AudioCore: Skeleton ImplementationMerryMage
2016-02-04Add a configuration entry to enable/disable the checkLittleWhite
2016-02-04Add check before closure when emulation is runningLittleWhite
2016-01-06Change default gameListRootDir from "" to "."archshift
2016-01-03Merge pull request #1330 from archshift/add-defaultsbunnei
2016-01-01Gamelist: supply default settings for QSettings configarchshift
2015-12-29core: Use unique_ptr for holding the interpreter instancesLioncash
2015-11-27Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift
2015-11-11Merge pull request #1122 from polaris-/gdbstubbunnei
2015-10-22Handle changes pointed out in comments on PRpolaris-
2015-10-20change file path encoding to Local8bit()wwylele
2015-10-20Merge pull request #1207 from kemenaran/persist-citra-settings-in-qtbunnei
2015-10-18citra-qt: persist hardware-rendering and shaders-jit settingsPierre de La Morinerie
2015-10-14citra-qt: Add icon to Mac appPierre de La Morinerie
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-10-07Merge pull request #1189 from archshift/game-list-toggle-windowbunnei
2015-10-06Silence -Wsign-compare warnings.Rohit Nirmal
2015-10-06Game list: propely hide on toggling window modearchshift
2015-10-04citra-qt: Fix mouse events coordinates on high-DPI screensPierre de La Morinerie
2015-10-04citra-qt: Enable high-DPI widgets on Mac appPierre de La Morinerie
2015-10-04citra-qt: Use custom Info.plist for Mac buildsPierre de La Morinerie
2015-10-04Implement gdbstubpolaris-
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
2015-10-01Game list: save and load column sizes, sort order, to QSettingsarchshift
2015-10-01Add menu item for selecting the game list folderarchshift
2015-10-01Initial implementation of a game listarchshift
2015-10-01Add helper function for creating a readable byte size string.archshift
2015-10-01Don't show render window until a game is startedarchshift
2015-09-24Fix for the refresh issue when no rendering is doneLittleWhite
2015-09-18citra-qt: Fix connect error on startupKloen
2015-09-14Merge pull request #1123 from yuriks/gsp-flushYuri Kunde Schlesner
2015-09-14Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindowbunnei
2015-09-14GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner
2015-09-11general: Replace 0 literals with nullptr where applicableLioncash
2015-09-11Merge pull request #1147 from lioncash/nullptrYuri Kunde Schlesner
2015-09-11Merge pull request #1149 from lioncash/overrideYuri Kunde Schlesner
2015-09-11graphics_breakpoints_p: Add missing override specifierLioncash
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-09-11citra_qt: Reorganize headersLioncash
2015-09-07Merge pull request #1125 from yuriks/uilayout-configYuri Kunde Schlesner
2015-09-07citra-qt: Separate UI layout state in a separate section of the configYuri Kunde Schlesner
2015-09-07citra-qt: Trim recently used files list to size when insterting new itemYuri Kunde Schlesner
2015-09-07Merge pull request #1118 from Kloen/monospace-fontbunnei
2015-09-07Shader Debugger: Allow editing of input vertex dataYuri Kunde Schlesner