summaryrefslogtreecommitdiff
path: root/src
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-24Merge pull request #1468 from DarkLordZach/profile-manager-uiMat M
2018-10-24configure_system: Clear current username before overwritingZach Hilman
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-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-23common: Remove memory_util.cpp/.hLioncash
2018-10-23Merge pull request #1552 from FearlessTobi/port-4336bunnei
2018-10-23Merge pull request #1519 from ReinUsesLisp/vsetpbunnei
2018-10-23Merge pull request #1539 from lioncash/dmabunnei
2018-10-23Merge pull request #1470 from FernandoS27/alpha_testingbunnei
2018-10-23only redefine 64 bit file operation for MSVCWeiyi Wang
2018-10-23Added assertion failed, reworked logging levelsDavid Marcec
2018-10-23gl_shader_decompiler: Implement VSETPReinUsesLisp
2018-10-23gl_shader_decompiler: Abstract VMAD into a video subsetReinUsesLisp
2018-10-23Added break types to svcBreakDavid Marcec
2018-10-23Merge pull request #1512 from ReinUsesLisp/brkbunnei
2018-10-22Merge pull request #1550 from FernandoS27/fmul32bunnei
2018-10-22Merge pull request #1543 from lioncash/targetbunnei
2018-10-22Merge pull request #1537 from lioncash/shaderbunnei
2018-10-22Added Saturation to FMUL32IFernandoS27
2018-10-22Assert that multiple render targets are not set while alpha testingFernandoS27
2018-10-22Merge pull request #1545 from DarkLordZach/psmbunnei
2018-10-22Use standard UBO and fix/stylize the codeFernandoS27
2018-10-22Cache uniform locations and restructure the implementationFernandoS27
2018-10-22Remove SyncAlphaTest and clang formatFernandoS27
2018-10-22Added Alpha FuncFernandoS27
2018-10-22Implemented Alpha TestingFernandoS27