mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 08:17:54 +00:00
surface: Correct format S8Z24
This commit is contained in:
parent
caaf9ff941
commit
7afd5d2367
4 changed files with 5 additions and 9 deletions
|
@ -534,10 +534,6 @@ private:
|
|||
const auto host_ptr{memory_manager->GetPointer(gpu_addr)};
|
||||
const auto cache_addr{ToCacheAddr(host_ptr)};
|
||||
|
||||
if (gpu_addr == 0x00000001682F0000ULL) {
|
||||
LOG_CRITICAL(HW_GPU, "Here's the texture!");
|
||||
}
|
||||
|
||||
// Step 0: guarantee a valid surface
|
||||
if (!cache_addr) {
|
||||
// Return a null surface if it's invalid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue