mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
VideoCommon/TextureCacheBase: Make OnConfigChanged's parameter a const reference
This reference isn't actually modified within this function
This commit is contained in:
parent
7f6abfb0bf
commit
7d017be666
2 changed files with 2 additions and 2 deletions
|
@ -204,7 +204,7 @@ public:
|
|||
|
||||
bool Initialize();
|
||||
|
||||
void OnConfigChanged(VideoConfig& config);
|
||||
void OnConfigChanged(const VideoConfig& config);
|
||||
|
||||
// Removes textures which aren't used for more than TEXTURE_KILL_THRESHOLD frames,
|
||||
// frameCount is the current frame number.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue