mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-03 02:30:06 +00:00

We can just return a new instance of this when it's requested. This only ever holds pointers to the existing registed caches, so it's not a large object. Plus, this also gets rid of the need to keep around a separate member function just to properly clear out the union. Gets rid of one of five globals in the filesystem code.