| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-09 | Actual kill execution when the bit isn't set, not the other way around | David Marcec | |
| 2018-10-09 | svcBreak, Signalling to the debugger should not kill execution | David Marcec | |
| When loading NROs, svcBreak is called to signal to the debugger that a new "module" is loaded. As no debugger is technically attached we shouldn't be killing the programs execution. | |||
| 2018-10-08 | Merge pull request #1423 from DarkLordZach/romfs-file-exts | bunnei | |
| fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS | |||
| 2018-10-08 | Merge pull request #1424 from DarkLordZach/ips-witch | bunnei | |
| ips_layer: Add support for IPSwitch executable patches | |||
| 2018-10-08 | Merge pull request #1456 from ogniK5377/aoc-u-fixups | bunnei | |
| Fixed assertion due to CountAddOnContent & Casting warnings | |||
| 2018-10-08 | Merge pull request #1457 from ogniK5377/unmap-buffer | bunnei | |
| Unmapping an unmapped buffer should succeed | |||
| 2018-10-08 | Unmapping an unmapped buffer should succeed | David Marcec | |
| Hardware tests show that trying to unmap an unmapped buffer already should always succeed. Hardware test was tested up to 32 iterations of attempting to unmap | |||
| 2018-10-07 | gl_shader_decompiler: Move position varying location from 15 to 0 and apply ↵ | ReinUsesLisp | |
| an offset | |||
| 2018-10-07 | gl_shader_decompiler: Implement geometry shaders | ReinUsesLisp | |
| 2018-10-07 | video_core: Allow LabelGLObject to use extra info on any object | ReinUsesLisp | |
| 2018-10-07 | nso/nro: Use default allocation size for arg_data | Zach Hilman | |
| 2018-10-07 | cmd: Support passing game arguments from command line | Zach Hilman | |
| Uses -p (--program) and following string as args. | |||
| 2018-10-07 | qt: Add UI option to configure arguments | Zach Hilman | |
| 2018-10-07 | settings: Add program_args string setting | Zach Hilman | |
| 2018-10-07 | nso/nro: Add NSO arguments structure to data section | Zach Hilman | |
| Only added if arguments string is non-empty and a pass is requested by loader. | |||
| 2018-10-07 | partition_data_manager: Rename system files for hekate | Zach Hilman | |
| x | |||
| 2018-10-07 | qt: Add rederive keyset menu option | Zach Hilman | |
| 2018-10-07 | qt: Add key derivation progress bar on initial setup | Zach Hilman | |
| 2018-10-07 | crypto: Add PartitionDataManager | Zach Hilman | |
| Keeps track of system files for key derivation | |||
| 2018-10-07 | key_manager: Add support for loading keys from partition data | Zach Hilman | |
| 2018-10-07 | key_manager: Add ETicket key derivation | Zach Hilman | |
| Derives titlekeys | |||
| 2018-10-07 | key_manager: Add base key derivation | Zach Hilman | |
| Derives master keys, game encryption keys, and package1/2 keys | |||
| 2018-10-07 | key_manager: Add BIS key getter | Zach Hilman | |
| 2018-10-07 | key_manager: Add support for more keys | Zach Hilman | |
| TSEC, SBK, BIS, and other Sources for proper derivation | |||
| 2018-10-07 | key_manager: Add keyblob support | Zach Hilman | |
| 2018-10-07 | key_manager: Add support for crypto revisions past 04 | Zach Hilman | |
| 2018-10-07 | key_manager: Add support for comments in keyfiles | Zach Hilman | |
| 2018-10-07 | vfs: Move forward declarations to separate file | Zach Hilman | |
| 2018-10-07 | key_manager: Add support for console-specific keyfile | Zach Hilman | |
| 2018-10-07 | key_manager: Rename KEK to Kek | Zach Hilman | |
| 2018-10-08 | Fixed assertion due to CountAddOnContent | David Marcec | |
| Word count should be 3 since we're pushing a result code and a u32. Also fixed up compiler warnings due to casting | |||
| 2018-10-06 | Merge pull request #1396 from DarkLordZach/packed-updates | bunnei | |
| loader: Add support for packed updates | |||
| 2018-10-07 | Fixups for softlock | David Marcec | |
| 2018-10-07 | Fixed missing return | David Marcec | |
| Softlock explanation: after effects are initialized in smo, nothing actually changes the state. It expects the state to always be initialized. With the previous testing, updating the states much like how we handle the memory pools continue to have the softlock(which is why I said it probably wasn't effects) after further examination it seems like effects need to be initialized but the state remains unchanged until further notice. For now, assertions are added for the aux buffers to see if they update, unable to check as I haven't gotten smo to actually update them yet. | |||
| 2018-10-06 | Merge pull request #1446 from bunnei/fast_fermi_copy | bunnei | |
| gl_rasterizer: Implement accelerated Fermi2D copies. | |||
| 2018-10-06 | Merge pull request #1437 from FernandoS27/tex-mode2 | bunnei | |
| Implemented Depth Compare, Shadow Samplers and Texture Processing Modes for TEXS and TLDS | |||
| 2018-10-07 | Fixed smo softlock | David Marcec | |
| 2018-10-06 | Merge pull request #1453 from FearlessTobi/port-4311 | bunnei | |
| Port citra-emu/citra#4311: "Remove "#" in the version number" | |||
| 2018-10-06 | Merge pull request #1451 from FearlessTobi/port-4140 | bunnei | |
| Port citra-emu/citra#4140: "misc input tab improvements" | |||
| 2018-10-07 | logging: Add DebuggerBackend for logging to Visual Studio | Carl Kenner | |
| 2018-10-06 | Merge pull request #1448 from ogniK5377/frontend-access | bunnei | |
| Ported #4296 from citra | |||
| 2018-10-06 | Merge pull request #1454 from ReinUsesLisp/fixup-draw | Mat M | |
| gl_rasterizer: Fixup undefined behaviour in SetupDraw | |||
| 2018-10-06 | gl_rasterizer: Fixup undefined behaviour in SetupDraw | ReinUsesLisp | |
| 2018-10-06 | yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. | bunnei | |
| 2018-10-06 | Implemented Depth Compare and Shadow Samplers | FernandoS27 | |
| 2018-10-06 | Remove "#" in the version number | fearlessTobi | |
| So that people can stop using it in issue/pr comments and randomly link some other issue/pr unintentionally. | |||
| 2018-10-06 | citra_qt/configuration: misc input tab improvements | zhupengfei | |
| * Added a context menu on the buttons including Clear & Restore Default * Allow clearing (unsetting) inputs. Added a Clear All button * Allow restoring a single input to default (instead of all) | |||
| 2018-10-06 | Added forward define for ServerPort | David Marcec | |
| 2018-10-06 | fermi_2d: Implement simple copies with AccelerateSurfaceCopy. | bunnei | |
| 2018-10-06 | gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies. | bunnei | |
