mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
clang-format
This commit is contained in:
parent
6b60a8515f
commit
ed1e3c56ef
@ -225,7 +225,7 @@ struct PageManager::Impl {
|
|||||||
PageState& state = cached_pages[page];
|
PageState& state = cached_pages[page];
|
||||||
|
|
||||||
// Apply the change to the page state
|
// Apply the change to the page state
|
||||||
const u8 new_count = state.AddDelta < track ? 1 : -1 > ();
|
const u8 new_count = state.AddDelta< track ? 1 : -1 > ();
|
||||||
|
|
||||||
if (auto new_perms = state.Perm(); new_perms != perms) [[unlikely]] {
|
if (auto new_perms = state.Perm(); new_perms != perms) [[unlikely]] {
|
||||||
// If the protection changed add pending (un)protect action
|
// If the protection changed add pending (un)protect action
|
||||||
@ -293,7 +293,7 @@ struct PageManager::Impl {
|
|||||||
|
|
||||||
// Apply the change to the page state
|
// Apply the change to the page state
|
||||||
const u8 new_count =
|
const u8 new_count =
|
||||||
update ? state.AddDelta < track ? 1 : -1 > () : state.AddDelta<0>();
|
update ? state.AddDelta< track ? 1 : -1 > () : state.AddDelta<0>();
|
||||||
|
|
||||||
if (auto new_perms = state.Perm(); new_perms != perms) [[unlikely]] {
|
if (auto new_perms = state.Perm(); new_perms != perms) [[unlikely]] {
|
||||||
// If the protection changed add pending (un)protect action
|
// If the protection changed add pending (un)protect action
|
||||||
|
Loading…
Reference in New Issue
Block a user