Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-22 | Assert that multiple render targets are not set while alpha testing | FernandoS27 | |
2018-10-22 | Use standard UBO and fix/stylize the code | FernandoS27 | |
2018-10-22 | Cache uniform locations and restructure the implementation | FernandoS27 | |
2018-10-22 | Remove SyncAlphaTest and clang format | FernandoS27 | |
2018-10-22 | Added Alpha Func | FernandoS27 | |
2018-10-22 | Implemented Alpha Testing | FernandoS27 | |
2018-10-22 | Merge pull request #1541 from lioncash/define | bunnei | |
web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only | |||
2018-10-22 | Merge pull request #1538 from lioncash/query | bunnei | |
svc: Fix vma boundary check in svcQueryMemory | |||
2018-10-22 | Merge pull request #1547 from FernandoS27/fix-fset | bunnei | |
Fixed FSETP and FSET | |||
2018-10-22 | Fixed FSETP and FSET | FernandoS27 | |
2018-10-22 | Merge pull request #1546 from lioncash/svc-again | bunnei | |
service: Update service function tables | |||
2018-10-22 | Merge pull request #1548 from FernandoS27/fix-vao | bunnei | |
Fixed VAOs Float types only returning GL_FLOAT | |||
2018-10-22 | Fixed VAOs Float types only returning GL_FLOAT in cases that they had to ↵ | FernandoS27 | |
return GL_HALF_FLOAT | |||
2018-10-21 | Merge pull request #1544 from DarkLordZach/reinitialize-keys-tools | bunnei | |
qt: Move Reinitialize Keys to Tools menu | |||
2018-10-21 | service: Add the basic skeleton for the NPNS services | Lioncash | |
2018-10-21 | hid: Update service function table for hidbus | Lioncash | |
Updated based off information provided by Switchbrew. | |||
2018-10-21 | am: Add the basic skeleton for the tcap service | Lioncash | |
Added based off information provided by Switchbrew. | |||
2018-10-21 | am: Update service function tables | Lioncash | |
Updated based off information from Switchbrew | |||
2018-10-21 | prepo: Update service function table. | Lioncash | |
Also introduces the new prepo:a2 service. Updated based off information provided by Switchbrew. | |||
2018-10-21 | lbl: Update service function table names | Lioncash | |
Updated based off information provided by Switchbrew. | |||
2018-10-20 | Merge pull request #1531 from ogniK5377/hid-fixes | bunnei | |
Added auto controller switching to supported controllers and single joycon button rotation | |||
2018-10-20 | qt: Move Reinitialize Keys to Tools menu | Zach Hilman | |
2018-10-20 | web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to ↵ | Lioncash | |
the web_service library only Given we link in httplib privately, we can also make the definition enabling OpenSSL support private as well. Prevents leaking a definition into other libraries that link with this one, like the core library. | |||
2018-10-20 | svc: Fix vma boundary check in svcQueryMemory | Lioncash | |
This should be comparing against the queried process' vma_map, not the current process'. The only reason this hasn't become an issue yet is we currently only handle one process being active at any time. | |||
2018-10-20 | gl_shader_decompiler: Move position varying declaration back to gl_shader_gen | ReinUsesLisp | |
The intention of declaring them in gl_shader_decompiler was to be able to use blocks to implement geometry shaders. But that wasn't needed in the end and it caused issues when both vertex stages were being used, resulting in a redeclaration of "position". | |||
2018-10-20 | Added auto controller switching to supported controllers and single joycon ↵ | David Marcec | |
button rotation This is a subset of the better-hid-2 changes, this fixes input in various games which don't support dual joycons. This pr will search for the next best controller which is supported by the current game | |||
2018-10-19 | Merge pull request #1501 from ReinUsesLisp/half-float | bunnei | |
gl_shader_decompiler: Implement H* instructions | |||
2018-10-19 | Merge pull request #1520 from lioncash/san | bunnei | |
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory | |||
2018-10-19 | Merge pull request #1517 from bunnei/dma | bunnei | |
GPU/DMA: Flush the source region and invalidate the destination region when doing a DMA transfer. | |||
2018-10-19 | Merge pull request #1526 from lioncash/svc-id | bunnei | |
service: Update function tables | |||
2018-10-19 | Merge pull request #1530 from DarkLordZach/aoc-8 | bunnei | |
aoc_u: Stub GetAddOnContentListChangedEvent | |||
2018-10-19 | Merge pull request #1516 from lioncash/hid | bunnei | |
hid: Minor cleanup-related changes | |||
2018-10-19 | aoc_u: Stub GetAddOnContentListChangedEvent | Zach Hilman | |
This event signals the game when new DLC is purchased from the eShop while the game is running. Since, for the forseeable future, yuzu will not have this ability, it seems safe to stub with a dummy event that will never fire. This is needed to boot Sonic Mania Plus (update v1.04). | |||
2018-10-19 | crypto: Use compressed sizes in offset calculation for KIP decompression | Zach Hilman | |
Fixes a fatal crash on start when deriving keys. | |||
2018-10-20 | Stubbed home blocking | David Marcec | |
Needed by arms due to new hid rework | |||
2018-10-19 | es: Update service function tables | Lioncash | |
Updated based off information provided by Switchbrew. | |||
2018-10-19 | audio: Update service function tables | Lioncash | |
Updated based off information provided by Switchbrew. | |||
2018-10-19 | omm: Update service function tables | Lioncash | |
Updated based off information provided by Switchbrew. | |||
2018-10-19 | nifm: Update service function tables | Lioncash | |
Updated based off information provided by switchbrew. | |||
2018-10-19 | hid: Update service function tables | Lioncash | |
Updated based off information provided by Switchbrew. | |||
2018-10-19 | nim: Add the basic skeleton of the nim:eca service | Lioncash | |
Added based off information provided by Switchbrew | |||
2018-10-19 | ns: Update service function table | Lioncash | |
Updated based off information provided by Switchbrew. | |||
2018-10-19 | set_cal: Update service function table | Lioncash | |
Updated based on information from Switchbrew. | |||
2018-10-18 | GPU: Improved implementation of maxwell DMA (Subv). | bunnei | |
2018-10-18 | decoders: Introduce functions for un/swizzling subrects. | bunnei | |
2018-10-18 | GPU: Invalidate destination address of kepler_memory writes. | bunnei | |
2018-10-18 | fermi_2d: Add support for more accurate surface copies. | bunnei | |
2018-10-18 | Merge pull request #1523 from lioncash/lock | bunnei | |
svc: Add missing error checks in svcArbitrateLock/svcArbitrateUnlock | |||
2018-10-18 | Merge pull request #1511 from lioncash/content | bunnei | |
content_archive: Minor reorganization changes | |||
2018-10-18 | Merge pull request #1521 from ogniK5377/imp-mmu | bunnei | |
Used better names for mm:u and fixed a bad stub |