Commit Graph

27572 Commits

Author SHA1 Message Date
collecting
340838c0eb fix: checkStateChanged 2025-10-07 06:46:53 +00:00
collecting
ea26753051 fix: Add Copyright 2025-10-07 06:31:32 +00:00
Zephyron
d06586b047 Merge branch 'ring_buffer_fix' into 'main'
fix: Stable & Predictable 64-byte

See merge request citron/emulator!90
2025-10-07 15:47:34 +10:00
Zephyron
8b830b310b fix(dynarmic): Remove MSVC-specific fastmem_pointer assignments
Unify fastmem_pointer handling by using reinterpret_cast<uintptr_t>()
and std::nullopt consistently across all platforms, fixing MSVC
compilation errors with std::optional<uintptr_t> assignment.

Fixes: C2679 binary '=' operator errors on MSVC
Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-10-07 15:45:56 +10:00
collecting
add9a52fcd fix: Stable & Predictable 64-byte 2025-10-07 05:37:38 +00:00
Zephyron
84a3e34f93 Merge branch 'error_warning_fixes' into 'main'
fix: Resolve critical memory-safety compiler warnings

See merge request citron/emulator!89
2025-10-07 15:34:58 +10:00
collecting
791718ea7f fix: string for Citron compilation error 2025-10-07 05:10:41 +00:00
collecting
5ffcc35011 fix: -p0 & new stb_image.h patch 2025-10-07 05:09:39 +00:00
collecting
339b8fbc1f add: STB Image Overflow Patch 2025-10-07 05:07:58 +00:00
Zephyron
1d13bbdadc Merge branch 'copyright_addition' into 'main'
fix: Copyright

See merge request citron/emulator!87
2025-10-07 15:05:00 +10:00
Zephyron
32ab431ebf Merge branch 'msvc_compilation_fix' into 'main'
fix(MSVC): Compilation Error

See merge request citron/emulator!88
2025-10-07 15:04:54 +10:00
collecting
32ea5f0fd0 fix: MSVC Compiler Error 2025-10-07 02:36:00 +00:00
collecting
20e594ca46 fix: MSVC Compiler Error 2025-10-07 02:35:03 +00:00
collecting
f0ccc3108e fix: Copyright 2025-10-06 05:00:49 +00:00
Zephyron
8f38c83a2e Merge branch 'add_to_frag' into 'main'
fix: Lanczos Frag

See merge request citron/emulator!86
2025-10-06 13:31:31 +10:00
collecting
6e315c09e8 fix: Lanczos Frag 2025-10-06 03:24:35 +00:00
Zephyron
dafdc1c775 fix: resolve C4305 truncation warnings in QColor::fromHsvF calls
Add 'f' suffix to prevent double->float truncation warnings being treated as errors

Signed-off-by: Zephyron <zephyron@citron-emu.org>
2025-10-06 12:49:43 +10:00
Zephyron
09b2fefa31 Merge branch 'lanczos_cmakes' into 'main'
fix: Lanczos

See merge request citron/emulator!85
2025-10-06 12:36:20 +10:00
collecting
81630008b6 fix: Lanczos 2025-10-06 02:35:05 +00:00
Zephyron
51d23fe63b Merge branch 'feat_renderer_Lanczos' into 'main'
feat(renderer): Add configurable Lanczos upscaling filter

See merge request citron/emulator!84
2025-10-06 12:22:40 +10:00
collecting
19a5cde299 feat: Add Lanczos 2025-10-06 02:14:33 +00:00
collecting
41fc8ee272 feat: Add Lanczos 2025-10-06 02:13:55 +00:00
collecting
5785ae746e feat: Add Lanczos 2025-10-06 02:12:38 +00:00
collecting
5fb1a16344 feat: Add Lanczos 2025-10-06 02:11:27 +00:00
collecting
37bebbea10 feat: Add Lanczos 2025-10-06 02:10:57 +00:00
collecting
7feef45cee feat: Add Lanczos 2025-10-06 02:10:20 +00:00
collecting
c0c75e43ad feat: Add Lanczos 2025-10-06 02:09:42 +00:00
collecting
0202478a37 feat: Add Lanczos 2025-10-06 02:08:29 +00:00
collecting
c2446eb91e feat: Add Lanczos 2025-10-06 02:07:48 +00:00
collecting
6f2e1f458d feat: Add Lanczos 2025-10-06 02:07:03 +00:00
collecting
a027fad072 feat: Add Lanczos Frag 2025-10-06 02:06:20 +00:00
collecting
eb5c6ee46b feat: Add Lanczos 2025-10-06 02:05:23 +00:00
collecting
7a751408a6 feat: Add Lanczos 2025-10-06 02:04:38 +00:00
collecting
0408e26e4c feat: Add Lanczos 2025-10-06 02:03:36 +00:00
Zephyron
58aeea875f Merge branch 'fix_and_feat_accent_colors' into 'main'
fix(ui): Correct accent color theming for Graphics and Properties

See merge request citron/emulator!82
2025-10-06 10:41:11 +10:00
Zephyron
1f871c4f81 Merge branch 'clang_compiler_fix' into 'main'
fix: Resolve compilation failures and warnings with Clang

See merge request citron/emulator!83
2025-10-06 10:41:06 +10:00
collecting
6a7c323572 Edit configure_cpu.ui 2025-10-05 11:39:55 +00:00
collecting
58894d9507 fix: Clang + LTO Failure 2025-10-05 03:45:20 +00:00
collecting
ef008771e1 fix: Clang Compiler 2025-10-05 02:33:26 +00:00
collecting
6491a53e72 fix: Clang Compiler 2025-10-05 02:25:57 +00:00
collecting
5a87a11917 fix: Clang Compiler 2025-10-05 02:25:14 +00:00
collecting
fbc4077585 Clang Compiler Patch 2025-10-05 02:21:45 +00:00
collecting
696f9f6c5e add: Clang Patch 2025-10-05 02:20:48 +00:00
collecting
1ad8a783b7 Edit configure_cpu.h 2025-10-04 12:12:32 +00:00
collecting
8dcf84858d Edit configure_audio.cpp 2025-10-04 12:09:33 +00:00
collecting
696fdcda58 Edit configure_cpu.cpp 2025-10-04 12:09:04 +00:00
collecting
273ff26432 Edit configure_graphics_advanced.cpp 2025-10-04 12:08:32 +00:00
collecting
ae60047271 Edit configure_graphics_advanced.h 2025-10-04 12:08:03 +00:00
collecting
99ab916bcc Edit configure_cpu.ui 2025-10-04 12:07:19 +00:00
collecting
8fa7ceba8c Edit configure_audio.h 2025-10-04 12:06:18 +00:00