Buffer Cache: Fully rework the buffer cache.

This commit is contained in:
Fernando Sahmkow
2022-11-20 00:09:56 +01:00
parent 9bf19b04f6
commit a16c261131
12 changed files with 1644 additions and 1091 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#include "common/microprofile.h"