mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Fix for GCC builds
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 gcc (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04-arm clang (push) Waiting to run
Build RPCS3 / RPCS3 Linux ubuntu-24.04 clang (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
This commit is contained in:
parent
a51602018e
commit
ff135384ef
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue