Commit Graph
38 Commits
Author SHA1 Message Date
SachinVinandGitHub e60a816d89 Merge pull request #6240 from Steveice10/universal
ci: Generate universal macOS build.
2023-01-07 19:39:22 +05:30
SachinVinandGitHub 06a9f69d88 hle/service/cfg: Add Config block enums documented by 3dbrew... (#6206) 2022-12-14 01:48:41 +01:00
SachinVinandGitHub 850e5bf81c Merge pull request #6194 from merryhime/more-accurate-cycle-counting
arm/dynarmic: More accurate cycle counting
2022-11-24 19:25:01 +05:30
SachinVinandGitHub a93d7a8d3a Merge pull request #6171 from SachinVin/dyn
Bump dynarmic and co.
2022-10-28 18:40:16 +05:30
SachinVinandGitHub 030ecaa83c Merge pull request #6133 from jakedowns/jakedowns-fix-interlaced
Fix loading custom interlaced shaders (correction to incorrect "anaglyph" = true argument)
2022-09-24 20:35:31 +05:30
SachinVinandGitHub 90b418fd1a Merge pull request #6123 from FearlessTobi/game-list-ports
ui: Fixes to compatibility list translations (yuzu port)
2022-09-21 08:39:39 +05:30
SachinVinandGitHub baecc18d8c Partially Revert "renderer_opengl: Remove amd hacks and legacy paths" (#6122)
This reverts commit 07a69b7c7b.
2022-09-10 15:35:13 +05:30
SachinVinandGitHub 30831e6367 CI: dont upload macos artifacts (#6121) 2022-09-10 15:35:00 +05:30
SachinVinandGitHub fd0430e079 Merge pull request #6119 from GPUCode/master
Fix graphical bugs in Yokai 2/3 games
2022-09-10 15:34:46 +05:30
SachinVinandGitHub 47c4f31c8d Merge pull request #6117 from vitor-k/invalidate-cache
Invalidate older shader caches
2022-09-03 19:56:06 +05:30
SachinVinandGitHub 746609f35f Merge pull request #6103 from GPUCode/tex-cache
Start abstracting the rasterizer cache from OpenGL
2022-09-02 00:07:46 +05:30
SachinVinandGitHub 9268b7d48e Merge branch 'master' into tex-cache 2022-09-01 19:50:32 +05:30
SachinVinandGitHub d38098051d Merge pull request #6108 from SachinVin/andy
Android: Sign and publish APKs on GitHub
2022-09-01 18:15:45 +05:30
SachinVinandGitHub 141471e38f Merge pull request #6102 from ian-h-chamberlain/fix/sdl-graceful-shutdown
Citra SDL: graceful shutdown on application close
2022-08-23 18:31:56 +05:30
SachinVinandGitHub 58d0705f0f Merge pull request #6090 from JosJuice/android-cheats
android: Add cheat GUI
2022-08-14 18:14:40 +05:30
SachinVinandGitHub 9ba1d68ba3 Merge pull request #6083 from pawelniegowski/amd-22-7-makecurrent-shader-bugfixes
Fix MakeCurrent and shader issues with AMD 22.7 driver
2022-08-14 18:14:26 +05:30
SachinVinandGitHub a51b1cd3cd Merge pull request #6089 from JosJuice/android-convert-str
android: Improve string conversion
2022-08-04 13:47:49 +05:30
SachinVinandGitHub d84b3d9330 Merge pull request #6053 from Morph1984/assert-noinline
common/assert: Use noinline lambda instead of a wrapper template
2022-07-03 11:50:50 +05:30
SachinVinandGitHub 84d5d62cf5 Merge pull request #5519 from vitor-k/decouple
Remove citra-room dependence on core
2022-06-25 14:42:31 +05:30
SachinVinandGitHub 88a4759702 citra_qt: configure_input.cpp: update the modifier settings for both the sticks (#6033)
The Controller config UI exposes the Circle mod, only for the Circle pad's modifier, So after changing the binding, it leaves the default binding for the c-stick untouched, and the user is nagged about the (default) D key being bound to something, when trying to bind it to any other button.

With this PR we update the modifier for both the Circle Pad and C-stick.
2022-06-11 11:53:27 +05:30
SachinVinandGitHub 3f16cd9c82 Merge pull request #6045 from liushuyu/web-export-ssl
web_service: infect other targets with OpenSSL exports
2022-06-11 11:53:02 +05:30
SachinVinandGitHub b7c1c21019 Merge pull request #6030 from Daisouji/daisouji-midnight-theme
Adding Midnight Theme
2022-06-04 14:10:05 +05:30
SachinVinandGitHub 3df43f9505 Merge pull request #5983 from SachinVin/msvc
Fix building on MSVC 2022
2022-04-03 11:31:03 +05:30
SachinVinandGitHub b5ac9e4946 Backport non-seperable disk shader from android (#5976)
* VideoCore: Backport Shader cache for non separable shaders

android: disk_shader_cache: remove redundant lookup

* disk_shader_cache: dont compile dumped shaders

* cleanup Seperable shader loading

* gl_shader_disk_cache.cpp: remove redundant checks

* Skip compiling non seperable raws

* gl_shader_manager.cpp: Skip `GLAD_GL_ARB_get_program_binary` check on GLES
2022-04-02 11:57:14 +05:30
SachinVinandGitHub ac98458e0b audio_core\lle\lle.cpp: Add 16 bit and 32 bit read/write callbacks (#5968) 2022-03-05 12:38:46 +05:30
SachinVinandGitHub db5edf549e Merge pull request #5956 from liushuyu/master
dumping/ffmpeg_backend: add support for ffmpeg 5.0
2022-02-21 20:37:11 +05:30
SachinVinandGitHub 2fc7def6f6 Merge pull request #5395 from lioncash/gsp
gsp_gpu: Resolve sign conversion warnings
2022-01-30 21:55:24 +05:30
SachinVinandGitHub f66ba43e0c Merge pull request #5755 from vitor-k/mod_used
citra_qt/configure_input: Account for analog buttons when checking for used buttons
2022-01-30 21:52:40 +05:30
SachinVinandGitHub d35a7a8e23 Merge pull request #5804 from weihuoya/minorfx
Minor fx
2022-01-30 21:51:11 +05:30
SachinVinandGitHub 4e15823db2 gl_format_reinterpreter.cpp: fallback to PBO path on obsolete intel drivers (#5928) 2022-01-24 14:14:28 +05:30
SachinVinandGitHub 28039d39a1 Merge pull request #5851 from flibitijibibo/master
Add support for SDL controller accelerometer/gyro events
2021-12-12 20:23:09 +05:30
SachinVinandGitHub a515df01db savestate.cpp: log the savestate revision on revision mismatch (#5894) 2021-12-12 20:22:50 +05:30
SachinVinandGitHub 64b502aad3 Merge pull request #5810 from vitor-k/discord
Port yuzu-emu/yuzu#6484: "update submodule discord-rpc to latest [now deprecated]"
2021-11-20 21:01:27 +05:30
SachinVinandGitHub 8dfd9d3445 Merge pull request #5854 from SachinVin/mac
CI: Install SDL2 and FFMPEG built for macos 10.13
2021-11-06 23:39:58 +05:30
SachinVinandGitHub 6183b5d76c Merge pull request #5823 from SachinVin/dyn
Android: Backport easy stuff
2021-10-03 18:58:20 +05:30
SachinVinandGitHub d4e85e2bb5 video_core: Disable disk shader cache when GL_ARB_get_program_binary is unsupported (#5785) 2021-10-03 18:57:34 +05:30
SachinVinandGitHub 4817b00843 CI: Decouple clang-format from the linux build matrix (#5838) 2021-09-06 21:27:36 +05:30
SachinVinandGitHub a1b4daa9d4 core.h: remove nodiscard for SendSignal (#5837)
We use this in four places and discard the result everywhere
2021-09-06 21:27:11 +05:30