Citron/src
Zephyron 3f151c5111
nvdrv: Add MSVC compatibility for packed structs
Add conditional compilation directives to handle packed struct definitions
differently between MSVC and other compilers. MSVC uses #pragma pack
while GCC/Clang use __attribute__((packed)). This change affects:

- ZBCColorEntry
- ZBCDepthEntry
- IoctlZbcSetTable

The functionality remains the same, but ensures proper struct packing
across different compiler environments.
2025-01-08 21:16:04 +10:00
..
android chore: update project references and add Citron copyright 2024-12-31 17:07:49 +10:00
audio_core Audio Core: Add support tags for compressor stats and volume reset 2025-01-03 13:34:14 +10:00
citron refactor: Improve game list scanning with std::filesystem 2025-01-06 14:41:06 +10:00
citron_cmd core: Update copyright headers 2024-12-31 17:36:08 +10:00
common common: Use consistent cache line size in RingBuffer 2025-01-06 12:41:42 +10:00
core nvdrv: Add MSVC compatibility for packed structs 2025-01-08 21:16:04 +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 ISBERD instruction implementation 2024-12-31 23:22:54 +10:00
tests core: Update copyright headers 2024-12-31 17:36:08 +10:00
video_core vulkan: Add bindless texture constant buffer support in compute pipeline 2025-01-08 19:13:03 +10:00
web_service core: Update copyright headers 2024-12-31 17:36:08 +10:00
.clang-format
CMakeLists.txt fix(CMake): Remove /DEBUG Flag From Release Builds 2025-01-02 16:39:58 +10:00