summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set: Fixed GetAvailableLanguageCodes() to follow the max_entriesGravatar tech4me2018-08-262-8/+45
* Merge pull request #1173 from lioncash/batchGravatar bunnei2018-08-251-4/+4
|\
| * maxwell3d: Move FinishedPrimitiveBatch event after AcceleratedDrawBatch()Gravatar Lioncash2018-08-241-4/+4
* | Merge pull request #1167 from lioncash/assertGravatar bunnei2018-08-251-1/+2
|\ \
| * | gl_rasterizer: Correct assertion condition in SyncLogicOpState()Gravatar Lioncash2018-08-231-1/+2
| |/
* | Merge pull request #1166 from lioncash/typoGravatar Sebastian Valle2018-08-251-1/+1
|\ \
| * | filesystem: Fix typo in log messageGravatar Lioncash2018-08-231-1/+1
| |/
* | Merge pull request #1094 from DarkLordZach/nax0Gravatar Mat M2018-08-2431-97/+821
|\ \
| * | file_sys/crypto: Fix missing/unnecessary includesGravatar Zach Hilman2018-08-249-5/+10
| * | xci: Ignore NCA files with updates in secureGravatar Zach Hilman2018-08-231-0/+3
| * | content_archive: Add update title detectionGravatar Zach Hilman2018-08-232-0/+11
| * | key_manager: Eliminate indexed for loopGravatar Zach Hilman2018-08-231-6/+13
| * | key_manager: Create keys dir if it dosen't existGravatar Zach Hilman2018-08-232-0/+2
| * | file_sys: Cut down on includes and copiesGravatar Zach Hilman2018-08-237-19/+30
| * | crypto: Eliminate magic constantsGravatar Zach Hilman2018-08-234-32/+38
| * | 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