Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core/ConfigManager: Remove duplicate HiresTexture::Update
Resolves duplicate OSD messages for Loading and Found custom textures. Upon VideoBackend initialization HiresTexture::Init will be called, which calls Update. Since this occurs whenever a game is launched, it is unnecessary to also call HiresTexture::Update in ConfigManager for boot.
- Loading branch information