summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2018-08-21Port #4056 from Citra: "Add Clear Recent Files menu action"fearlessTobi
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-20game_list: Avoid uninitialized variables when retrieving program IDLioncash
2018-08-19Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec
2018-08-16qt/main: Unindent code in OnMenuInstallToNAND()Lioncash
2018-08-16qt/main: Make installation dialog text within OnMenuInstallToNAND() translatableLioncash
2018-08-16qt/main: Get rid of compilation warningsLioncash
2018-08-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-11registration: Add support for force overwrite of installedZach Hilman
2018-08-11game_list: Split game list scans to multiple functionsZach Hilman
2018-08-11qt: Use custom RawCopy with progress bar for installsZach Hilman
2018-08-11game_list: Populate control data from installed NANDZach Hilman
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
2018-08-11game_list: Modify game list to scan installed titlesZach Hilman
2018-08-11core: Namespace EmuWindowLioncash
2018-08-11Merge pull request #970 from DarkLordZach/loader-errorsbunnei
2018-08-10qt/game_list: Resolve truncation warning within GameListItemPath's constructorLioncash
2018-08-10gt/game_list: Use std::array in GameListItemPath's data() functionLioncash
2018-08-10qt/game_list: Remove redundant base class constructor from initializer listLioncash
2018-08-09game_list: Reorder error checksZach Hilman
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-09textures: Refactor out for Texture/Depth FormatFromPixelFormat.bunnei
2018-08-08vfs: Fix documentationZach Hilman
2018-08-08vfs: Fix typo in VfsFilesystem docsZach Hilman
2018-08-08file_util: Use enum instead of bool for specifing path behaviorZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-07configure_gamelist: Use explicit QVariant constructorZach Hilman
2018-08-07qt/hotkey: Get rid of global hotkey map instanceLioncash
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-06Merge pull request #947 from lioncash/encodingbunnei
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-08-06Merge pull request #943 from lioncash/declbunnei
2018-08-06Merge pull request #946 from lioncash/compressbunnei
2018-08-06Merge pull request #944 from lioncash/menubunnei
2018-08-06Merge pull request #942 from lioncash/defaultbunnei
2018-08-06Merge pull request #940 from lioncash/privatebunnei
2018-08-06qt/main: Avoid sign conversions in UpdateRecentFiles()Lioncash
2018-08-06game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash
2018-08-06game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash
2018-08-06game_list: Join declarations and assignments in onTextChanged()Lioncash
2018-08-06qt/main: Collapse if statement in UpdateRecentFiles()Lioncash
2018-08-06qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateU...Lioncash
2018-08-06qt: Don't show error dialog when canceling the Load Folder dialogLioncash
2018-08-06qt/game_list_p: Remove redundant base class constructor invocationsLioncash
2018-08-06qt: Add missing override specifiers where applicableLioncash