bunnei
52636f67cc
Merge pull request #654 from bunnei/cond-exit
gl_shader_decompiler: Use FlowCondition field in EXIT instruction.
8 years ago
bunnei
4757ffdcce
gl_shader_decompiler: Use FlowCondition field in EXIT instruction.
8 years ago
Sebastian Valle
274d1fb0fc
Merge pull request #652 from Subv/fadd32i
GPU: Implement the FADD32I shader instruction.
8 years ago
bunnei
3ff21345b4
Merge pull request #651 from Subv/ffma_decode
GPU: Corrected the decoding of FFMA for immediate operands.
8 years ago
Subv
c1ae841f47
GPU: Implement the FADD32I shader instruction.
8 years ago
Tobias
316b933a31
Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" ( #637 )
* Port #3335 and #3373 from Citra
* Fixup: Use the new logging placeholders
8 years ago
Subv
0cad310e12
GPU: Corrected the decoding of FFMA for immediate operands.
8 years ago
bunnei
4f41ffdd41
Merge pull request #648 from ogniK5377/no-net
Let games/application know that we're offline
8 years ago
bunnei
7c7b2b8285
Merge pull request #649 from ogniK5377/audout-auto
Audout "Auto" functions
8 years ago
bunnei
b89fb430c7
Merge pull request #650 from jroweboy/logging-stuff
Minor logging fixes
8 years ago
James Rowe
b30c5370b1
yuzu - Fix duplicate logs
8 years ago
James Rowe
020d005d8c
yuzu-cmd Apply the filter string from settings
8 years ago
David Marcec
706892de7d
Audout "Auto" functions
Audout autos are identical to their counterpart except for the buffer type which yuzu already handles for us.
8 years ago
David Marcec
3d68f6ba6c
Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted
Since we have no socket implementation we should be returning 0 to indicate we're currently offline.
8 years ago
bunnei
7230ceb584
Merge pull request #559 from Subv/mount_savedata
Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
8 years ago
bunnei
afb26b190f
Merge pull request #585 from janisozaur/patch-11
Improve directory creation in WindowsCopyFiles.cmake
8 years ago
bunnei
e2037821b6
Merge pull request #646 from bunnei/fix-hid-smo
hid: Fix timestamps and controller type.
8 years ago
bunnei
12a6996262
hid: Fix timestamps and controller type.
- This fixes user input in SMO.
8 years ago
bunnei
379a935016
Merge pull request #644 from ogniK5377/getconfig-err
NvOsGetConfigU32 production impl
8 years ago
bunnei
04524e76c2
Merge pull request #633 from FearlessTobi/port-defines
Port #3579 from Citra: Clean up architecture-specific defines
8 years ago
bunnei
3e966be6fc
Merge pull request #642 from bunnei/create-save-dir
savedata_factory: Always create a save directory for games.
8 years ago
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
8 years ago
bunnei
aec90ca506
Merge pull request #636 from FearlessTobi/add-gitignore
Port #3513 (partly) from Citra: .gitignore: Add CMakeLists.txt.user to Project/editor files
8 years ago
bunnei
ef2c955db5
Merge pull request #635 from FearlessTobi/port-crashfix
Port #3474 from Citra: Do not crash on unimplemented code in debug build
8 years ago
bunnei
dacc89b38b
Merge pull request #634 from FearlessTobi/port-viewport-fix
Port #3505 from Citra: Fix QGLWidget viewport resize on macOS
8 years ago
bunnei
51a3e93f8e
Merge pull request #640 from bunnei/flip-tris-viewport
gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
8 years ago
bunnei
0d51cfe2f5
Merge pull request #641 from bunnei/nvhost-ctrl-fix
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
8 years ago
bunnei
eb6cbfdbd8
savedata_factory: Always create a save directory for games.
8 years ago
bunnei
1b3dd30ba8
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
8 years ago
bunnei
854f474f52
gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
- Fixes a regression with Binding of Isaac.
8 years ago
bunnei
639346bcfb
Merge pull request #625 from Subv/imnmx
GPU: Implemented the IMNMX shader instruction.
8 years ago
bunnei
d990f2355b
Merge pull request #627 from Subv/bc7u
GPU: Implemented the BC7U texture format.
8 years ago
bunnei
f89b47fdf7
Merge pull request #639 from bunnei/revert-vfs
Revert "Virtual Filesystem (#597 )"
8 years ago
bunnei
913896cbd9
Revert "Virtual Filesystem ( #597 )"
This reverts commit 77c684c114 .
8 years ago
bunnei
3417f46dd5
Merge pull request #632 from FearlessTobi/add-discord-link
Port #3466 from Citra: Add link to Discord
8 years ago
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.
8 years ago
fearlessTobi
f2c2383c8b
Port #3513 (partly) from Citra
8 years ago
fearlessTobi
476e0fae4c
Port #3474 from Citra
8 years ago
fearlessTobi
b8384c0c91
Port #3505 from CItra
8 years ago
Tobias
9df698fa9c
Port #3466 from Citra
8 years ago
fearlessTobi
70a6691e3b
Port #3579 from Citra
8 years ago
bunnei
e197476344
Merge pull request #631 from lioncash/dynarmic
externals: Update dynarmic to f7d11baa1
8 years ago
Lioncash
650c89bbbc
externals: Update dynarmic to f7d11baa1
8 years ago
bunnei
bebe09a1aa
Merge pull request #630 from FearlessTobi/remove-citra-references
Remove some references to Citra
8 years ago
Zach Hilman
77c684c114
Virtual Filesystem ( #597 )
* Add VfsFile and VfsDirectory classes
* Finish abstract Vfs classes
* Implement RealVfsFile (computer fs backend)
* Finish RealVfsFile and RealVfsDirectory
* Finished OffsetVfsFile
* More changes
* Fix import paths
* Major refactor
* Remove double const
* Use experimental/filesystem or filesystem depending on compiler
* Port partition_filesystem
* More changes
* More Overhaul
* FSP_SRV fixes
* Fixes and testing
* Try to get filesystem to compile
* Filesystem on linux
* Remove std::filesystem and document/test
* Compile fixes
* Missing include
* Bug fixes
* Fixes
* Rename v_file and v_dir
* clang-format fix
* Rename NGLOG_* to LOG_*
* Most review changes
* Fix TODO
* Guess 'main' to be Directory by filename
8 years ago
fearlessTobi
c9aadff9a9
Remove some references to Citra
8 years ago
bunnei
51bd76a5fd
Merge pull request #629 from Subv/depth_test
GPU: Allow using the old NV04 values for the depth test function.
8 years ago
Subv
9f6a5660e8
GPU: Allow using the old NV04 values for the depth test function.
These seem to be just a valid as the GL token values. Thanks @ReinUsesLisp
This restores graphical output to Disgaea 5
8 years ago
bunnei
762bf6a522
Merge pull request #626 from Subv/shader_sync
GPU: Stub the shader SYNC and DEPBAR instructions.
8 years ago
bunnei
637f9d780a
Merge pull request #624 from Subv/f2f_round
GPU: Implemented the F2F 'round' rounding mode.
8 years ago