summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-24Merge pull request #1562 from lioncash/aocbunnei
2018-10-24Merge pull request #1560 from lioncash/unusedbunnei
2018-10-24Merge pull request #1561 from lioncash/fsbunnei
2018-10-24Merge pull request #1559 from lioncash/logbunnei
2018-10-24kernel/errors: Remove now-unused, unnecessary, error codesLioncash
2018-10-24kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN...Lioncash
2018-10-24kernel/server_port: Simplify emptiness check within ShouldWait()Lioncash
2018-10-24kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUNDLioncash
2018-10-24kernel/error: Remove leftover 3DS error codesLioncash
2018-10-24kernel/svc: Amend returned error code for invalid priorities in CreateThreadLioncash
2018-10-24kernel/svc: Move and correct returned error code for invalid thread prioritie...Lioncash
2018-10-24kernel/error: Add error code for invalid pointersLioncash
2018-10-24kernel/error: Add error code for closed sessionsLioncash
2018-10-24game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameV...Lioncash
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash
2018-10-24graphic_breakpoints: Correct translation of strings in BreakpointModel's data...Lioncash
2018-10-24yuzu/main: Notify user of loading errors with Amiibo dataLioncash
2018-10-24Merge pull request #1468 from DarkLordZach/profile-manager-uiMat M
2018-10-24configure_system: Clear current username before overwritingZach Hilman
2018-10-24game_list: Use QFileInfo instead of common's file functionsLioncash
2018-10-24game_list: Make game list column headers translatableLioncash
2018-10-24bootmanager: Use QStringLiteral instead of std::string to represent the windo...Lioncash
2018-10-24time_stretch: Remove unused m_channel_count member variableLioncash
2018-10-24npad: Remove unused controller variable from OnInit()Lioncash
2018-10-24perf_stats: Remove unused variable within DoFrameLimiting()Lioncash
2018-10-24yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a r...Lioncash
2018-10-24aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() functionLioncash
2018-10-24vfs: Handle failure of file reading within VfsRawCopy()Lioncash
2018-10-24key_manager: Remove unused variable in DeriveBase()Lioncash
2018-10-23decoders: Remove unused variable within SwizzledData()Lioncash
2018-10-23maxwell_3d: Remove unused variable within ProcessQueryGet()Lioncash
2018-10-23logging/backend: Add missing services to the log filtersLioncash
2018-10-23yuzu/configuration/config: Reorganize member variable and function layoutLioncash
2018-10-23Merge pull request #1551 from ogniK5377/improved-svcbreakbunnei
2018-10-23profile_manager: Create save data if it doesn't exist on useZach Hilman
2018-10-23acc: Fix account UUID duplication errorZach Hilman
2018-10-23configure_system: Clear selection after user deleteZach Hilman
2018-10-23profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman
2018-10-23acc: Load user images from config dirZach Hilman
2018-10-23qt: Allow user to select emu user on open save dataZach Hilman
2018-10-23qt: Add Profile Manager UI to system settingsZach Hilman
2018-10-23am: Pass current user UUID to launch parametersZach Hilman
2018-10-23profile_manager: Load users from emulator settingsZach Hilman
2018-10-23settings: Add users and current_user settings and remove usernameZach Hilman
2018-10-23Added Amiibo support (#1390)David
2018-10-23Merge pull request #1515 from DarkLordZach/dlc-lfsbunnei
2018-10-23Merge pull request #1542 from lioncash/projectbunnei
2018-10-23Merge pull request #1553 from lioncash/membunnei
2018-10-23Merge pull request #1540 from lioncash/handlebunnei
2018-10-23Implement PointSizeFernandoS27