Fix for GCC builds

This commit is contained in:
kd-11 2025-03-24 10:11:52 +03:00
commit 3c4938038b

View file

@ -10,6 +10,7 @@
#include "Common/bitfield.hpp" #include "Common/bitfield.hpp"
#include "Common/profiling_timer.hpp" #include "Common/profiling_timer.hpp"
#include "Common/texture_cache_types.h" #include "Common/texture_cache_types.h"
#include "Common/TextureUtils.h"
#include "Program/RSXVertexProgram.h" #include "Program/RSXVertexProgram.h"
#include "Program/RSXFragmentProgram.h" #include "Program/RSXFragmentProgram.h"
@ -91,8 +92,6 @@ namespace rsx
bool supports_normalized_barycentrics; // Basically all GPUs except NVIDIA have properly normalized barycentrics bool supports_normalized_barycentrics; // Basically all GPUs except NVIDIA have properly normalized barycentrics
}; };
class sampled_image_descriptor_base;
struct desync_fifo_cmd_info struct desync_fifo_cmd_info
{ {
u32 cmd; u32 cmd;