mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-22 20:13:08 +00:00
VideoCore: Extra Fixes.
This commit is contained in:
@@ -755,7 +755,7 @@ bool IsValidEntry(const Tegra::MemoryManager& gpu_memory, const TICEntry& config
|
||||
if (address == 0) {
|
||||
return false;
|
||||
}
|
||||
if (address > (1ULL << 48)) {
|
||||
if (address >= (1ULL << 40)) {
|
||||
return false;
|
||||
}
|
||||
if (gpu_memory.GpuToCpuAddress(address).has_value()) {
|
||||
|
||||
Reference in New Issue
Block a user