| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | filesystem: Clear registered union paths on factory creation | 2018-11-18 | 2 | -0/+6 | |
| | | |||||
| * | Merge pull request #1717 from FreddyFunk/swizzle-gob | 2018-11-18 | 1 | -37/+33 | |
| |\ | | | | | textures/decoders: Replace magic numbers | ||||
| | * | textures/decoders: Replace magic numbers | 2018-11-17 | 1 | -37/+33 | |
| | | | |||||
| * | | Merge pull request #1693 from Tinob/master | 2018-11-18 | 9 | -211/+315 | |
| |\ \ | | | | | | | Missing ogl states | ||||
| | * | | drop support for non separate alpha as it seems to cause issues in some games | 2018-11-18 | 3 | -61/+35 | |
| | | | | |||||
| | * | | fix sampler configuration, thanks to Marcos for his investigation | 2018-11-17 | 3 | -19/+57 | |
| | | | | |||||
| | * | | small type fix | 2018-11-17 | 1 | -6/+6 | |
| | | | | |||||
| | * | | small fix for alphaToOne bit location | 2018-11-17 | 1 | -2/+2 | |
| | | | | |||||
| | * | | fix for gcc compilation | 2018-11-17 | 1 | -60/+61 | |
| | | | | |||||
| | * | | add AlphaToCoverage and AlphaToOne | 2018-11-17 | 5 | -1/+39 | |
| | | | | |||||
| | * | | add support for fragment_color_clamp | 2018-11-17 | 5 | -1/+24 | |
| | | | | |||||
| | * | | add missing MirrorOnceBorder support where supported | 2018-11-17 | 1 | -0/+6 | |
| | | | | |||||
| | * | | set border color not depending on the wrap mode | 2018-11-17 | 1 | -9/+9 | |
| | | | | | | | | | | | | | only enable color mask for the first framebuffer id independent blending is disabled | ||||
| | * | | set default value for point size register | 2018-11-17 | 2 | -5/+4 | |
| | | | | |||||
| | * | | fix viewport and scissor behavior | 2018-11-17 | 6 | -64/+89 | |
| | | | | |||||
| * | | | Merge pull request #1555 from ccawley2011/clang-format-docker | 2018-11-18 | 3 | -5/+2 | |
| |\ \ \ | | | | | | | | | travis: Use pre-built image for clang-format target | ||||
| | * | | | travis: Use pre-built image for clang-format target | 2018-10-24 | 3 | -5/+2 | |
| | | | | | |||||
| * | | | | Merge pull request #1619 from janisozaur/patch-12 | 2018-11-18 | 1 | -2/+6 | |
| |\ \ \ \ | | | | | | | | | | | Handle missing git info when building | ||||
| | * | | | | Handle missing git info when building | 2018-10-29 | 1 | -2/+6 | |
| | | | | | | |||||
| * | | | | | Eliminated unnessessary memory allocation and copy (#1702) | 2018-11-18 | 3 | -9/+20 | |
| | | | | | | |||||
| * | | | | | Merge pull request #1640 from DarkLordZach/game-list-reload | 2018-11-18 | 5 | -1/+28 | |
| |\ \ \ \ \ | | | | | | | | | | | | | game_list: Only reload game list after relevant settings changed | ||||
| | * | | | | | game_list: Only reload game list after relevant settings changed | 2018-11-03 | 5 | -1/+28 | |
| | | | | | | | | | | | | | | | | | | | Prevents unnecessary reloads on every configuration operation. | ||||
| * | | | | | | Merge pull request #1620 from DarkLordZach/ldr-ro | 2018-11-18 | 7 | -23/+405 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | ldr_ro: Complete LDR:RO implementation | ||||
| | * | | | | | | ldr_ro: Add error check for memory allocation failure | 2018-11-17 | 4 | -13/+27 | |
| | | | | | | | | |||||
| | * | | | | | | ldr_ro: Implement UnloadNro (command 1) | 2018-11-15 | 1 | -22/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes actual unmapping and address error checking. | ||||
| | * | | | | | | ldr_ro: Fully Implement LoadNro (command 0) | 2018-11-15 | 1 | -11/+110 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes NRO and BSS error checking, maximum loaded NRO check, NRR hash check, and proper remapping of BSS data. | ||||
| | * | | | | | | ldr_ro: Implement UnloadNrr (command 3) | 2018-11-15 | 1 | -2/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes initialization check, proper address check, alignment check, and actual unloading of a loaded NRR. | ||||
| | * | | | | | | ldr_ro: Fully implement LoadNrr (command 2) | 2018-11-15 | 1 | -0/+112 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes parameter error checking, hash enforcement, initialization check, and max NRR load check. | ||||
| | * | | | | | | process: Make MirrorMemory take state to map new memory as | 2018-11-15 | 2 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits to Subv | ||||
| | * | | | | | | pl_u: Resize buffers in shared font data getter to what game requests | 2018-11-15 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes unmapped spam in SMP and buffer size errors in some other games | ||||
| * | | | | | | | Merge pull request #1718 from ogniK5377/lets-go-softlock | 2018-11-18 | 3 | -1/+18 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Implemented CalculateStandardUserSystemClockDifferenceByUser | ||||
| | * | | | | | | | Implemented CalculateStandardUserSystemClockDifferenceByUser | 2018-11-17 | 3 | -1/+18 | |
| | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | Seems pokemon calls this sometimes and it caused "random crashes" | ||||
| * | | | | | | | Correctly sets default system language for yuzu-CLI (#1727) | 2018-11-18 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly sets default system language for yuzu-CLI A user reported that yuzu_cmd runs games in Japanese rather than the correct default of English (like yuzu-qt does correctly), this change fixes that. * fix clang issue deleted whitespace | ||||
| * | | | | | | | Merge pull request #1730 from ReinUsesLisp/fix-intel | 2018-11-18 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | gl_rasterizer: Remove default clip distance | ||||
| | * | | | | | | | gl_rasterizer: Remove default clip distance | 2018-11-18 | 1 | -2/+0 | |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #1671 from DarkLordZach/vi-disconnect | 2018-11-18 | 1 | -0/+22 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | vi: Implement TransactParcel for Disconnect and DetachBuffer | ||||
| | * | | | | | | | vi: Implement TransactParcel for Disconnect and DetachBuffer | 2018-11-17 | 1 | -0/+22 | |
| | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | Used by homebrew on exit. According to switchbrew, returns an empty response parcel with one zero in it. | ||||
| * | | | | | | | Merge pull request #1728 from FearlessTobi/reset-signal | 2018-11-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | svc: ResetSignal is not stubbed | ||||
| | * | | | | | | svc: ResetSignal is not stubbed | 2018-11-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | https://user-images.githubusercontent.com/20753089/48677874-b8e01c80-eb7b-11e8-8043-b99faa29022c.PNG | ||||
| * | | | | | | | Merge pull request #1722 from MysticExile/enable-applictation-crash-report | 2018-11-17 | 2 | -10/+18 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | am: Stub EnableApplicationCrashReport | ||||
| | * | | | | | | | Stubbed am:EnableApplicationCrashReport | 2018-11-17 | 2 | -10/+18 | |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #1678 from FearlessTobi/amiibo-hotkeys | 2018-11-16 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Port citra-emu/citra#4387: "yuzu: Add hotkey for Amiibo loading" | ||||
| | * | | | | | | | yuzu: Add hotkey for Amiibo loading | 2018-11-13 | 1 | -1/+9 | |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #1705 from Jcw87/mingw-jpeg | 2018-11-16 | 2 | -9/+11 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Include QT imageformat dependencies with releases | ||||
| | * | | | | | | | | Remove whitespace | 2018-11-15 | 1 | -1/+1 | |
| | | | | | | | | | | |||||
| | * | | | | | | | | Include imageformat dependencies with releases (appveyor) | 2018-11-15 | 1 | -9/+10 | |
| | | | | | | | | | | |||||
| | * | | | | | | | | Include imageformat dependencies with releases | 2018-11-15 | 1 | -0/+1 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #1711 from ogniK5377/bluetooth-lets-go | 2018-11-16 | 2 | -1/+145 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added various bluetooth based cmds for palma | ||||
| | * | | | | | | | | | Added various bluetooth based cmds for palma | 2018-11-17 | 2 | -1/+145 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems palma is done through bluetooth, we need this for pokemon go however more research needs to be done when we actually get palma working. This is presumably used for transfering data between the controller and the console, it does not seem for actual input as far as I know. | ||||
| * | | | | | | | | | | Merge pull request #1719 from bunnei/hwopus-fix | 2018-11-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters. | ||||