Citron/src
Zephyron 6f160628c0
shader_recompiler: Fix method names in FSWZADD implementation
Fixes incorrect method names in the floating point swizzled add implementation:
- FNeg -> FPNeg
- FDiv -> FPDiv
- FImm32(1.0f) -> Imm32(ir.f32(1.0f))

These changes align with the correct IR emitter interface naming conventions,
where floating-point operations use the 'FP' prefix and immediate values are
properly constructed using f32().
2024-12-31 22:43:09 +10:00
..
android chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_core audio_core: Add comprehensive audio feature support tags 2024-12-31 18:42:49 +10:00
citron core: Update copyright headers 2024-12-31 17:36:08 +10:00
citron_cmd core: Update copyright headers 2024-12-31 17:36:08 +10:00
common core: Update copyright headers 2024-12-31 17:36:08 +10:00
core api_version: Update constants for HOS 19.0.1 2024-12-31 18:45:36 +10:00
dedicated_room core: Update copyright headers 2024-12-31 17:36:08 +10:00
frontend_common chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
hid_core chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
input_common core: Update copyright headers 2024-12-31 17:36:08 +10:00
network core: Update copyright headers 2024-12-31 17:36:08 +10:00
shader_recompiler shader_recompiler: Fix method names in FSWZADD implementation 2024-12-31 22:43:09 +10:00
tests core: Update copyright headers 2024-12-31 17:36:08 +10:00
video_core core: Update copyright headers 2024-12-31 17:36:08 +10:00
web_service core: Update copyright headers 2024-12-31 17:36:08 +10:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00