summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | key_manager: Add support for autogenerated keysGravatar Zach Hilman2018-08-232-3/+45
| * | | | | key_manager: Add support for KEK and SD seed derivationGravatar Zach Hilman2018-08-232-5/+135
| * | | | | key_manager: Switch to boost flat_map for keysGravatar Zach Hilman2018-08-232-32/+14
| * | | | | game_list: Add SD registration loading to game listGravatar Zach Hilman2018-08-232-12/+12
| * | | | | file_sys: Implement NAX containersGravatar Zach Hilman2018-08-233-0/+238
| * | | | | registration: Add GetEntryUnparsed methodsGravatar Zach Hilman2018-08-232-0/+15
| * | | | | sdmc_factory: Add SDMC RegisteredCache getterGravatar Zach Hilman2018-08-232-1/+14
| * | | | | qt: Make default row data title name and title idGravatar Zach Hilman2018-08-231-2/+2
| * | | | | vfs: Add GetOrCreateDirectoryRelative methodGravatar Zach Hilman2018-08-233-9/+13
| * | | | | filesystem: Add CreateFactories methods to fsGravatar Zach Hilman2018-08-233-10/+12
| * | | | | filesystem: Add logging to registration gettersGravatar Zach Hilman2018-08-231-4/+25
| * | | | | loader: Add new NAX-specific errors and messagesGravatar Zach Hilman2018-08-232-1/+27
| * | | | | nax: Add AppLoader_NAX and update loader to support itGravatar Zach Hilman2018-08-234-2/+121
| * | | | | xts_encryption_layer: Implement XTSEncryptionLayerGravatar Zach Hilman2018-08-233-1/+81
| * | | | | aes_util: Make XTSTranscode stricter about sizesGravatar Zach Hilman2018-08-231-5/+2
| * | | | | ctr_encryption_layer: Fix bug when transcoding small dataGravatar Zach Hilman2018-08-231-5/+3
| * | | | | xci: Fix error masking issueGravatar Zach Hilman2018-08-233-5/+17
* | | | | | Merge pull request #1065 from DarkLordZach/window-titleGravatar Zach Hilman2018-08-242-0/+18
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | qt: Add filename and title id to window title while runningGravatar Zach Hilman2018-08-232-0/+18
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1164 from tech4me/decode_iadd3Gravatar bunnei2018-08-231-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Shaders: Added decodings for IADD3 instructionsGravatar tech4me2018-08-231-0/+6
| |/ / /
* | | | Port #4013 from Citra: "Init logging sooner so we dont miss some logs on star...Gravatar Tobias2018-08-231-11/+11
* | | | Added GetBootMode (#1107)Gravatar David2018-08-234-3/+25
|/ / /
* | | Merge pull request #1160 from bunnei/surface-reserveGravatar bunnei2018-08-232-17/+91
|\ \ \
| * | | gl_rasterizer_cache: Blit when possible on RecreateSurface.Gravatar bunnei2018-08-231-5/+12
| * | | gl_rasterizer_cache: Reserve surfaces that have already been created for late...Gravatar bunnei2018-08-232-3/+61
| * | | gl_rasterizer_cache: Remove assert for RecreateSurface type.Gravatar bunnei2018-08-231-1/+0
| * | | gl_rasterizer_cache: Implement compressed texture copies.Gravatar bunnei2018-08-231-8/+18
| |/ /
* | | Merge pull request #1153 from bunnei/stencil-clearGravatar bunnei2018-08-236-69/+188
|\ \ \ | |/ / |/| |
| * | gl_rasterizer: Implement stencil test.Gravatar bunnei2018-08-233-4/+58
| * | gl_rasterizer: Implement partial color clear and stencil clear.Gravatar bunnei2018-08-231-12/+42
| * | maxwell_3d: Update to include additional stencil registers.Gravatar bunnei2018-08-231-20/+50
| * | gl_state: Update to handle stencil front/back face separately.Gravatar bunnei2018-08-232-33/+38
|/ /
* | Merge pull request #1157 from lioncash/vecGravatar bunnei2018-08-232-11/+16
|\ \
| * | gl_shader_gen: Make ShaderSetup's constructor explicitGravatar Lioncash2018-08-221-1/+1
| * | gl_shader_gen: Use a std::vector to represent program code instead of std::arrayGravatar Lioncash2018-08-222-11/+16
* | | Merge pull request #1156 from Lakumakkara/lop3Gravatar bunnei2018-08-232-0/+60
|\ \ \ | |_|/ |/| |
| * | more fixesGravatar Laku2018-08-231-6/+7
| * | fixesGravatar Laku2018-08-221-6/+12
| * | remove debug loggingGravatar Laku2018-08-221-2/+0
| * | implement lop3Gravatar Laku2018-08-222-0/+55
* | | Swap "Plus" with "Minus" on the controller GUI (#1150)Gravatar literalmente-game2018-08-221-8/+8
* | | Merge pull request #1159 from lioncash/fmtGravatar James Rowe2018-08-221-0/+0
|\ \ \
| * | | externals: Update fmt to 6201052Gravatar Lioncash2018-08-221-0/+0
| | |/ | |/|
* | | Merge pull request #1137 from lioncash/namespaceGravatar bunnei2018-08-2221-23/+70
|\ \ \
| * | | renderer_opengl: Namespace OpenGL codeGravatar Lioncash2018-08-2221-23/+70
| | |/ | |/|
* | | Merge pull request #1158 from lioncash/boostGravatar James Rowe2018-08-221-0/+0
|\ \ \ | |_|/ |/| |
| * | externals/boost: Update to 1.68.0Gravatar Lioncash2018-08-221-0/+0
|/ /
* | Merge pull request #1155 from tech4me/icon-fixGravatar bunnei2018-08-221-1/+1
|\ \ | |/ |/|
| * config: Fixed icon size get set to 0Gravatar tech4me2018-08-211-1/+1
|/