summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* filesystem: Clear registered union paths on factory creationGravatar Zach Hilman2018-11-182-0/+6
|
* Merge pull request #1717 from FreddyFunk/swizzle-gobGravatar bunnei2018-11-181-37/+33
|\ | | | | textures/decoders: Replace magic numbers
| * textures/decoders: Replace magic numbersGravatar Frederic Laing2018-11-171-37/+33
| |
* | Merge pull request #1693 from Tinob/masterGravatar bunnei2018-11-189-211/+315
|\ \ | | | | | | Missing ogl states
| * | drop support for non separate alpha as it seems to cause issues in some gamesGravatar Rodolfo Bogado2018-11-183-61/+35
| | |
| * | fix sampler configuration, thanks to Marcos for his investigationGravatar Rodolfo Bogado2018-11-173-19/+57
| | |
| * | small type fixGravatar Rodolfo Bogado2018-11-171-6/+6
| | |
| * | small fix for alphaToOne bit locationGravatar Rodolfo Bogado2018-11-171-2/+2
| | |
| * | fix for gcc compilationGravatar Rodolfo Bogado2018-11-171-60/+61
| | |
| * | add AlphaToCoverage and AlphaToOneGravatar Rodolfo Bogado2018-11-175-1/+39
| | |
| * | add support for fragment_color_clampGravatar Rodolfo Bogado2018-11-175-1/+24
| | |
| * | add missing MirrorOnceBorder support where supportedGravatar Rodolfo Bogado2018-11-171-0/+6
| | |
| * | set border color not depending on the wrap modeGravatar Rodolfo Bogado2018-11-171-9/+9
| | | | | | | | | | | | only enable color mask for the first framebuffer id independent blending is disabled
| * | set default value for point size registerGravatar Rodolfo Bogado2018-11-172-5/+4
| | |
| * | fix viewport and scissor behaviorGravatar Rodolfo Bogado2018-11-176-64/+89
| | |
* | | Merge pull request #1555 from ccawley2011/clang-format-dockerGravatar bunnei2018-11-183-5/+2
|\ \ \ | | | | | | | | travis: Use pre-built image for clang-format target
| * | | travis: Use pre-built image for clang-format targetGravatar Cameron Cawley2018-10-243-5/+2
| | | |
* | | | Merge pull request #1619 from janisozaur/patch-12Gravatar bunnei2018-11-181-2/+6
|\ \ \ \ | | | | | | | | | | Handle missing git info when building
| * | | | Handle missing git info when buildingGravatar MichaƂ Janiszewski2018-10-291-2/+6
| | | | |
* | | | | Eliminated unnessessary memory allocation and copy (#1702)Gravatar Frederic L2018-11-183-9/+20
| | | | |
* | | | | Merge pull request #1640 from DarkLordZach/game-list-reloadGravatar bunnei2018-11-185-1/+28
|\ \ \ \ \ | | | | | | | | | | | | game_list: Only reload game list after relevant settings changed
| * | | | | game_list: Only reload game list after relevant settings changedGravatar Zach Hilman2018-11-035-1/+28
| | | | | | | | | | | | | | | | | | Prevents unnecessary reloads on every configuration operation.
* | | | | | Merge pull request #1620 from DarkLordZach/ldr-roGravatar bunnei2018-11-187-23/+405
|\ \ \ \ \ \ | | | | | | | | | | | | | | ldr_ro: Complete LDR:RO implementation
| * | | | | | ldr_ro: Add error check for memory allocation failureGravatar Zach Hilman2018-11-174-13/+27
| | | | | | |
| * | | | | | ldr_ro: Implement UnloadNro (command 1)Gravatar Zach Hilman2018-11-151-22/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes actual unmapping and address error checking.
| * | | | | | ldr_ro: Fully Implement LoadNro (command 0)Gravatar Zach Hilman2018-11-151-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)Gravatar Zach Hilman2018-11-151-2/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes initialization check, proper address check, alignment check, and actual unloading of a loaded NRR.
| * | | | | | ldr_ro: Fully implement LoadNrr (command 2)Gravatar Zach Hilman2018-11-151-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes parameter error checking, hash enforcement, initialization check, and max NRR load check.
| * | | | | | process: Make MirrorMemory take state to map new memory asGravatar Zach Hilman2018-11-152-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits to Subv
| * | | | | | pl_u: Resize buffers in shared font data getter to what game requestsGravatar Zach Hilman2018-11-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes unmapped spam in SMP and buffer size errors in some other games
* | | | | | | Merge pull request #1718 from ogniK5377/lets-go-softlockGravatar bunnei2018-11-183-1/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Implemented CalculateStandardUserSystemClockDifferenceByUser
| * | | | | | | Implemented CalculateStandardUserSystemClockDifferenceByUserGravatar David Marcec2018-11-173-1/+18
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Seems pokemon calls this sometimes and it caused "random crashes"
* | | | | | | Correctly sets default system language for yuzu-CLI (#1727)Gravatar Schplee2018-11-181-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-intelGravatar bunnei2018-11-181-2/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gl_rasterizer: Remove default clip distance
| * | | | | | | gl_rasterizer: Remove default clip distanceGravatar ReinUsesLisp2018-11-181-2/+0
| | | | | | | |
* | | | | | | | Merge pull request #1671 from DarkLordZach/vi-disconnectGravatar bunnei2018-11-181-0/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | vi: Implement TransactParcel for Disconnect and DetachBuffer
| * | | | | | | vi: Implement TransactParcel for Disconnect and DetachBufferGravatar Zach Hilman2018-11-171-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-signalGravatar Mat M2018-11-181-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | svc: ResetSignal is not stubbed
| * | | | | | svc: ResetSignal is not stubbedGravatar Tobias2018-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | https://user-images.githubusercontent.com/20753089/48677874-b8e01c80-eb7b-11e8-8043-b99faa29022c.PNG
* | | | | | | Merge pull request #1722 from MysticExile/enable-applictation-crash-reportGravatar Hexagon122018-11-172-10/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | am: Stub EnableApplicationCrashReport
| * | | | | | | Stubbed am:EnableApplicationCrashReportGravatar MysticExile2018-11-172-10/+18
|/ / / / / / /
* | | | | | | Merge pull request #1678 from FearlessTobi/amiibo-hotkeysGravatar bunnei2018-11-161-1/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Port citra-emu/citra#4387: "yuzu: Add hotkey for Amiibo loading"
| * | | | | | | yuzu: Add hotkey for Amiibo loadingGravatar fearlessTobi2018-11-131-1/+9
| | | | | | | |
* | | | | | | | Merge pull request #1705 from Jcw87/mingw-jpegGravatar bunnei2018-11-162-9/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Include QT imageformat dependencies with releases
| * | | | | | | | Remove whitespaceGravatar Jcw872018-11-151-1/+1
| | | | | | | | |
| * | | | | | | | Include imageformat dependencies with releases (appveyor)Gravatar Jcw872018-11-151-9/+10
| | | | | | | | |
| * | | | | | | | Include imageformat dependencies with releasesGravatar Jcw872018-11-151-0/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #1711 from ogniK5377/bluetooth-lets-goGravatar bunnei2018-11-162-1/+145
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added various bluetooth based cmds for palma
| * | | | | | | | | Added various bluetooth based cmds for palmaGravatar David Marcec2018-11-172-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-fixGravatar bunnei2018-11-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.