Commit Graph

7326 Commits (c2b4ff5d4884fb9e36f7a7cae08c30fa5e995ecc)
 

Author SHA1 Message Date
bunnei 8aeff9cf8e gl_rasterizer: Fix check for if a shader stage is enabled.
bunnei c4015cd93a gl_shader_gen: Implement dual vertex shader mode.
- When VertexA shader stage is enabled, we combine with VertexB program to make a single Vertex Shader stage.
bunnei ce23ae3ede
Merge pull request from ogniK5377/audren-mem-init
Initialized memory for RequestUpdateAudioRenderer and fixed MemoryPoolSection to be more accurate
bunnei 64b5e5d5d9
Merge pull request from bunnei/pred-lt-nan
gl_shader_decompiler: Implement PredCondition::LessThanWithNan.
bunnei 52636f67cc
Merge pull request from bunnei/cond-exit
gl_shader_decompiler: Use FlowCondition field in EXIT instruction.
David Marcec 8bd8d1e3da We only need to alert for memory pool changes
David Marcec 6642011706 initialized voice status and unused sizes in the update data header
bunnei 49c0c081c4 gl_shader_decompiler: Implement PredCondition::LessThanWithNan.
bunnei 4757ffdcce gl_shader_decompiler: Use FlowCondition field in EXIT instruction.
Sebastian Valle 274d1fb0fc
Merge pull request from Subv/fadd32i
GPU: Implement the FADD32I shader instruction.
bunnei 3ff21345b4
Merge pull request from Subv/ffma_decode
GPU: Corrected the decoding of FFMA for immediate operands.
Subv c1ae841f47 GPU: Implement the FADD32I shader instruction.
Tobias 316b933a31 Port and from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" ()
* Port  and  from Citra

* Fixup: Use the new logging placeholders
Subv 0cad310e12 GPU: Corrected the decoding of FFMA for immediate operands.
bunnei 4f41ffdd41
Merge pull request from ogniK5377/no-net
Let games/application know that we're offline
bunnei 7c7b2b8285
Merge pull request from ogniK5377/audout-auto
Audout "Auto" functions
bunnei b89fb430c7
Merge pull request from jroweboy/logging-stuff
Minor logging fixes
James Rowe b30c5370b1 yuzu - Fix duplicate logs
James Rowe 020d005d8c yuzu-cmd Apply the filter string from settings
David Marcec 706892de7d Audout "Auto" functions
Audout autos are identical to their counterpart except for the buffer type which yuzu already handles for us.
David Marcec 3d68f6ba6c Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted
Since we have no socket implementation we should be returning 0 to indicate we're currently offline.
bunnei 7230ceb584
Merge pull request from Subv/mount_savedata
Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
bunnei afb26b190f
Merge pull request from janisozaur/patch-11
Improve directory creation in WindowsCopyFiles.cmake
bunnei e2037821b6
Merge pull request from bunnei/fix-hid-smo
hid: Fix timestamps and controller type.
bunnei 12a6996262 hid: Fix timestamps and controller type.
- This fixes user input in SMO.
bunnei 379a935016
Merge pull request from ogniK5377/getconfig-err
NvOsGetConfigU32 production impl
bunnei 04524e76c2
Merge pull request from FearlessTobi/port-defines
Port  from Citra: Clean up architecture-specific defines
bunnei 3e966be6fc
Merge pull request from bunnei/create-save-dir
savedata_factory: Always create a save directory for games.
David Marcec 0944bfe3cb NvOsGetConfigU32 production impl
Settings are only  used when RMOS_SET_PRODUCTION_MODE is set to 0.
If production mode is set, the error code 0x30006 is returned instead
bunnei aec90ca506
Merge pull request from FearlessTobi/add-gitignore
Port  (partly) from Citra: .gitignore: Add CMakeLists.txt.user to Project/editor files
bunnei ef2c955db5
Merge pull request from FearlessTobi/port-crashfix
Port  from Citra: Do not crash on unimplemented code in debug build
bunnei dacc89b38b
Merge pull request from FearlessTobi/port-viewport-fix
Port  from Citra: Fix QGLWidget viewport resize on macOS
bunnei 51a3e93f8e
Merge pull request from bunnei/flip-tris-viewport
gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
bunnei 0d51cfe2f5
Merge pull request from bunnei/nvhost-ctrl-fix
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
bunnei eb6cbfdbd8 savedata_factory: Always create a save directory for games.
bunnei 1b3dd30ba8 nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
bunnei 854f474f52 gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
- Fixes a regression with Binding of Isaac.
bunnei 639346bcfb
Merge pull request from Subv/imnmx
GPU: Implemented the IMNMX shader instruction.
bunnei d990f2355b
Merge pull request from Subv/bc7u
GPU: Implemented the BC7U texture format.
bunnei f89b47fdf7
Merge pull request from bunnei/revert-vfs
Revert "Virtual Filesystem ()"
bunnei 913896cbd9 Revert "Virtual Filesystem ()"
This reverts commit 77c684c114.
bunnei 3417f46dd5
Merge pull request from FearlessTobi/add-discord-link
Port  from Citra: Add link to Discord
Subv 4633dd9505 GPU: Implemented the BC7U texture format.
Note: Our version of glad exports GL_COMPRESSED_RGBA_BPTC_UNORM as GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, maybe it's time we update it.
fearlessTobi f2c2383c8b Port (partly) from Citra
fearlessTobi 476e0fae4c Port from Citra
fearlessTobi b8384c0c91 Port from CItra
Tobias 9df698fa9c
Port from Citra
fearlessTobi 70a6691e3b Port from Citra
bunnei e197476344
Merge pull request from lioncash/dynarmic
externals: Update dynarmic to f7d11baa1
Lioncash 650c89bbbc
externals: Update dynarmic to f7d11baa1