citra/src
GPUCode bea863efff
general: Fixes for Tales of the Abyss (#7381)
* geometry_pipeline: Remove unneeded assert

* Has been hw-tested that gs works correctly even when not in exclusive mode

* pica_core: Propagate output_mask to gs

* Has been hw-tested to occur under the same conditions that other uniforms are shared

* regs_shader: Intialize GPUREG_SH_INPUTBUFFER_CONFIG to default value

* Default value verified on hw. Tales of Abyss does not update the number of vertex attributes for the geometry unit and expects it to be 2

* texture_codec: Align buffer sizes to bpp

* Prevents out of bounds texture reads when launching TOA from the HOME menu

* pica_core: Make default value more clear
2024-01-24 19:22:10 +02:00
..
android build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
audio_core audio_core/hle/source.cpp: clear config.play_position_dirty regardless of config.play_position value. (#7349) 2024-01-14 12:27:28 -08:00
citra build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
citra_qt build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
common Implement NEWS service (#7377) 2024-01-24 19:21:48 +02:00
core Implement NEWS service (#7377) 2024-01-24 19:21:48 +02:00
dedicated_room build: Expose ENABLE_SCRIPTING and ENABLE_WEB_SERVICE flags as public. (#6872) 2023-08-07 03:12:49 -07:00
input_common input_common: Set SDL hints to enable DualShock 4 / DualSense motion. (#7121) 2023-11-10 13:14:40 -08:00
network build: Enable link time optimization in release builds. (#6887) 2023-08-26 11:15:13 -07:00
tests tests: Port merry's audio tests (#7354) 2024-01-21 05:16:00 +01:00
video_core general: Fixes for Tales of the Abyss (#7381) 2024-01-24 19:22:10 +02:00
web_service web_service: avoid undefined behavior assert of std::string::back (#7347) 2024-01-12 20:24:01 -08:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00