summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-09Don't add user if the uuid already existsDavid Marcec
2018-08-08Merge pull request #987 from lioncash/vecbunnei
2018-08-08maxwell_to_gl: Implement VertexAttribute::Size::Size_16_16_16_16.bunnei
2018-08-08maxwell_to_gl: Implement PrimitiveTopology::Points.bunnei
2018-08-08gl_shader_decompiler: Declare predicates on use.bunnei
2018-08-08maxwell_3d: Ignore macros that have not been uploaded yet.bunnei
2018-08-08gl_rasterizer_cache: Make pointer const in LoadGLBuffer()Lioncash
2018-08-08Merge pull request #982 from bunnei/stub-unk-63bunnei
2018-08-08vfs: Fix documentationZach Hilman
2018-08-08Merge pull request #986 from mailwl/acc-loadimagebunnei
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-08loader: Remove unused IdentifyFile overloadZach Hilman
2018-08-08vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectoryZach Hilman
2018-08-08file_sys: Add missing include in savedata_factoryZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-08vfs: Add unreachable assert to file permissions converterZach Hilman
2018-08-08vfs: Add RealVfsFilesystem implementationZach Hilman
2018-08-08file_util: Add platform-specific slash option to SanitizePathZach Hilman
2018-08-08vfs: Add VfsFilesystem interface and default implementationZach Hilman
2018-08-08filesystem: Remove unnecessary if conditionsZach Hilman
2018-08-08gl_rasterizer: Do not render when no render target is configured.bunnei
2018-08-08Merge pull request #976 from bunnei/shader-immbunnei
2018-08-08Merge pull request #981 from bunnei/cbuf-corruptbunnei
2018-08-08Merge pull request #978 from bunnei/fixioctlbunnei
2018-08-08fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash
2018-08-08fsp_srv: Emplace entries first when building index instead of emplacing lastLioncash
2018-08-08Merge pull request #985 from bunnei/rt-r11g11b10bunnei
2018-08-08Merge pull request #979 from bunnei/vtx88bunnei
2018-08-08Merge pull request #975 from bunnei/am-stubbunnei
2018-08-08common/logging: Add missing service log categoriesLioncash
2018-08-08Merge pull request #980 from bunnei/fix-logsbunnei
2018-08-08common/color: Remove unnecessary const qualifiers on return typesLioncash
2018-08-08common/color: Get rid of undefined behaviorLioncash
2018-08-08vector_math: Use variable template version of is_signed in Vec classesLioncash
2018-08-08Merge pull request #966 from lioncash/modernizebunnei
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-08Merge pull request #968 from lioncash/vecbunnei
2018-08-08Merge pull request #969 from lioncash/lz4bunnei
2018-08-08Merge pull request #958 from lioncash/nv-globalbunnei
2018-08-09Open first user addedDavid Marcec
2018-08-09Inital pass of account backend implementationDavid Marcec
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec
2018-08-08began initial implementation of "ProfileManager"David Marcec
2018-08-08Service/Account: stub LoadImage functionmailwl
2018-08-08Switched uuids from u128 to new UUID structDavid Marcec
2018-08-08Merge pull request #972 from lioncash/catchbunnei
2018-08-08Merge pull request #965 from lioncash/unused-filesbunnei
2018-08-08Merge pull request #974 from lioncash/accbunnei
2018-08-08gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel.bunnei