| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | profile_manager: Use std::optional instead of boost::optional | 2018-10-24 | 5 | -48/+53 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1558 from lioncash/ptr | 2018-10-24 | 2 | -13/+14 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a r... | 2018-10-24 | 2 | -8/+8 | ||
| | * | | | | | | yuzu/configuration/config: Reorganize member variable and function layout | 2018-10-23 | 1 | -6/+7 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1565 from lioncash/audio | 2018-10-24 | 2 | -3/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | time_stretch: Remove unused m_channel_count member variable | 2018-10-24 | 2 | -3/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1554 from FernandoS27/pointsize | 2018-10-24 | 3 | -5/+28 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Implement PointSize | 2018-10-23 | 3 | -5/+28 | ||
| * | | | | | | | Merge pull request #1571 from lioncash/debug-translate | 2018-10-24 | 2 | -15/+20 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | graphic_breakpoints: Correct translation of strings in BreakpointModel's data... | 2018-10-24 | 2 | -15/+20 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1564 from lioncash/npad | 2018-10-24 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | npad: Remove unused controller variable from OnInit() | 2018-10-24 | 1 | -2/+3 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1568 from lioncash/dir | 2018-10-24 | 1 | -4/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | game_list: Use QFileInfo instead of common's file functions | 2018-10-24 | 1 | -4/+3 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1567 from lioncash/translate | 2018-10-24 | 1 | -5/+5 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | game_list: Make game list column headers translatable | 2018-10-24 | 1 | -5/+5 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1566 from lioncash/str | 2018-10-24 | 1 | -4/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bootmanager: Use QStringLiteral instead of std::string to represent the windo... | 2018-10-24 | 1 | -4/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1563 from lioncash/frame | 2018-10-24 | 1 | -4/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | perf_stats: Remove unused variable within DoFrameLimiting() | 2018-10-24 | 1 | -4/+0 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1562 from lioncash/aoc | 2018-10-24 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function | 2018-10-24 | 1 | -3/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1560 from lioncash/unused | 2018-10-24 | 2 | -2/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | decoders: Remove unused variable within SwizzledData() | 2018-10-23 | 1 | -1/+0 | ||
| | * | | | | | | | maxwell_3d: Remove unused variable within ProcessQueryGet() | 2018-10-23 | 1 | -1/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1561 from lioncash/fs | 2018-10-24 | 2 | -3/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vfs: Handle failure of file reading within VfsRawCopy() | 2018-10-24 | 1 | -2/+6 | ||
| | * | | | | | | | key_manager: Remove unused variable in DeriveBase() | 2018-10-24 | 1 | -1/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1559 from lioncash/log | 2018-10-24 | 2 | -0/+5 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | logging/backend: Add missing services to the log filters | 2018-10-23 | 2 | -0/+5 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1468 from DarkLordZach/profile-manager-ui | 2018-10-24 | 11 | -118/+742 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | configure_system: Clear current username before overwriting | 2018-10-24 | 2 | -5/+15 | ||
| | * | | | | | profile_manager: Create save data if it doesn't exist on use | 2018-10-23 | 4 | -18/+42 | ||
| | * | | | | | acc: Fix account UUID duplication error | 2018-10-23 | 8 | -80/+106 | ||
| | * | | | | | configure_system: Clear selection after user delete | 2018-10-23 | 2 | -12/+18 | ||
| | * | | | | | profile_manager: Load user icons, names, and UUIDs from system save | 2018-10-23 | 11 | -133/+308 | ||
| | * | | | | | acc: Load user images from config dir | 2018-10-23 | 1 | -9/+45 | ||
| | * | | | | | qt: Allow user to select emu user on open save data | 2018-10-23 | 1 | -3/+24 | ||
| | * | | | | | qt: Add Profile Manager UI to system settings | 2018-10-23 | 3 | -76/+350 | ||
| | * | | | | | am: Pass current user UUID to launch parameters | 2018-10-23 | 1 | -7/+9 | ||
| | * | | | | | profile_manager: Load users from emulator settings | 2018-10-23 | 2 | -5/+7 | ||
| | * | | | | | settings: Add users and current_user settings and remove username | 2018-10-23 | 3 | -6/+54 | ||
| * | | | | | | Merge pull request #1551 from ogniK5377/improved-svcbreak | 2018-10-23 | 1 | -5/+51 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Added assertion failed, reworked logging levels | 2018-10-23 | 1 | -16/+24 | ||
| | * | | | | | Added break types to svcBreak | 2018-10-23 | 1 | -4/+42 | ||
| * | | | | | | Added Amiibo support (#1390) | 2018-10-23 | 12 | -80/+386 | ||
| * | | | | | | Merge pull request #1515 from DarkLordZach/dlc-lfs | 2018-10-23 | 6 | -16/+97 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | qt: Add support for dumping a DLC Data RomFS | 2018-10-17 | 4 | -11/+73 | ||
| | * | | | | | | registered_cache: Deduplicate results of ListEntry and ListEntryFilter | 2018-10-17 | 2 | -2/+16 | ||
| | * | | | | | | fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId | 2018-10-17 | 1 | -1/+5 | ||