mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
texture_cache: Fix linear image uploads
* Also fixed build for clang-cl with libc
This commit is contained in:
parent
7d96308759
commit
25c04ad42f
13 changed files with 511 additions and 363 deletions
|
@ -1,6 +1,7 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <thread>
|
||||
#include "common/assert.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "common/singleton.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue