citra/src
Wunkolo 3c2f825c84 config: Make sample_count a pow/log-2 index
Sample counts increment in powers of two(1,2,4,8). Rather than storing a direct integer of the number of samples, just store the pow2 index.
2024-02-26 09:27:13 -08:00
..
android config: Add sample_count configuration option 2024-02-26 09:25:20 -08:00
audio_core audio_core\hle\source.cpp: Improve accuracy of SourceStatus (#7432) 2024-02-17 02:12:54 +01:00
citra config: Add sample_count configuration option 2024-02-26 09:25:20 -08:00
citra_qt config: Add sample_count configuration option 2024-02-26 09:25:20 -08:00
common config: Make sample_count a pow/log-2 index 2024-02-26 09:27:13 -08:00
core telemetry: Add Renderer_SampleCount field 2024-02-26 09:25:20 -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 fix ASAN error in sdl_impl.cpp (#7427) 2024-02-09 14:08:15 -08:00
network build: Enable link time optimization in release builds. (#6887) 2023-08-26 11:15:13 -07:00
tests AudioCore/HLE/source: Partially implement last_buffer_id (#7397) 2024-02-05 09:54:13 -08:00
video_core config: Make sample_count a pow/log-2 index 2024-02-26 09:27:13 -08:00
web_service externals: Remove broken android-ifaddrs. (#7410) 2024-02-01 06:39:13 -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