mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
Remove RENDERER_TRACE
This commit is contained in:
parent
291d989b49
commit
08b0ac18a0
@ -200,7 +200,6 @@ struct PageManager::Impl {
|
|||||||
u64 range_bytes = 0;
|
u64 range_bytes = 0;
|
||||||
|
|
||||||
const auto release_pending = [&] {
|
const auto release_pending = [&] {
|
||||||
RENDERER_TRACE;
|
|
||||||
if (range_bytes > 0) {
|
if (range_bytes > 0) {
|
||||||
// Add pending (un)protect action
|
// Add pending (un)protect action
|
||||||
update_ranges.push_back({range_begin << PAGE_BITS, range_bytes, perms});
|
update_ranges.push_back({range_begin << PAGE_BITS, range_bytes, perms});
|
||||||
|
Loading…
Reference in New Issue
Block a user