mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 12:18:01 -05:00
Garbage Collection: Make it more agressive on high priority mode.
This commit is contained in:
@ -298,11 +298,11 @@ public:
|
||||
}
|
||||
|
||||
size_t getLRUID() const noexcept {
|
||||
return lru_id;
|
||||
return lru_id;
|
||||
}
|
||||
|
||||
void setLRUID(size_t lru_id_) {
|
||||
lru_id = lru_id_;
|
||||
lru_id = lru_id_;
|
||||
}
|
||||
|
||||
private:
|
||||
|
@ -78,7 +78,7 @@ class BufferCache {
|
||||
|
||||
static constexpr BufferId NULL_BUFFER_ID{0};
|
||||
|
||||
static constexpr u64 EXPECTED_MEMORY = 256_MiB;
|
||||
static constexpr u64 EXPECTED_MEMORY = 512_MiB;
|
||||
static constexpr u64 CRITICAL_MEMORY = 1_GiB;
|
||||
|
||||
using Maxwell = Tegra::Engines::Maxwell3D::Regs;
|
||||
|
Reference in New Issue
Block a user