citra/src
Vitor Kiguchi 5a9bb045d7 tests: fix shader_jit_compiler and add pica_float
The Uniform Read and Address Register Offset ran into precision
differences between f32 and f24, which can be easily fixed and
are not the point of the tests.
As for the LG2 and EX2 tests that were failing, they were wrong.
While it is true that 2^79.7 ~= 1e24, the value is bigger than the
biggest representable value in f24, therefore both EX2 and LG2(?)
should result in Inf.
2024-01-23 01:19:19 -03: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 build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
core cam: Ensure camera implementation is not null before using it (#7368) 2024-01-21 23:32:46 -08: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: fix shader_jit_compiler and add pica_float 2024-01-23 01:19:19 -03:00
video_core pica_types: float: truncate, flush to 0, and treat 2024-01-23 01:19:19 -03: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