summaryrefslogtreecommitdiff
path: root/src (follow)
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
| | |
* | | 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
* | | | | 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 #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.
| * | | | | | | hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.Gravatar bunnei2018-11-161-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | - Fixes audio issues with Pokemon: Let's Go Pikachu & Eevee.
* | | | | | | Merge pull request #1714 from lioncash/kern-errGravatar bunnei2018-11-162-62/+32
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | kernel/errors: Clean up error codes
| * | | | | | kernel/errors: Clean up error codesGravatar Lioncash2018-11-162-62/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to PR 1706, which cleans up the error codes for the filesystem code, but done for the kernel error codes. This removes the ErrCodes namespace and specifies the errors directly. This also fixes up any straggling lines of code that weren't using the named error codes where applicable.
* | | | | | | Merge pull request #1712 from FearlessTobi/port-4426Gravatar bunnei2018-11-161-9/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Port citra-emu/citra#4426: "Common/Bitfield: store value as unsigned type"
| * | | | | | Common/Bitfield: store value as unsigned typeGravatar Weiyi Wang2018-11-161-9/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | Storing signed type causes the following behaviour: extractValue can do overflow/negative left shift. Now it only relies on two implementation-defined behaviours (which are almost always defined as we want): unsigned->signed conversion and signed right shift
* | | | | | Merge pull request #1638 from FreddyFunk/SetMemoryPermission-StubbedGravatar Mat M2018-11-162-1/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement SetMemoryPermission
| * | | | | | Implement SetMemoryPermissionGravatar Frederic Laing2018-11-061-3/+39
| | | | | | |
| * | | | | | Stubbed SetMemoryPermissionGravatar Frederic Laing2018-11-032-1/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1700 from FreddyFunk/cleanupGravatar bunnei2018-11-161-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | gl_rasterizer_chache: Minor cleanup