Settings: eliminate rescaling_factor.

This commit is contained in:
Fernando Sahmkow
2021-07-20 18:29:52 +02:00
parent 84f2aea896
commit 71ca84d829
7 changed files with 19 additions and 37 deletions

View File

@ -25,6 +25,6 @@ class RendererBase;
/// Creates an emulated GPU instance using the given system context.
std::unique_ptr<Tegra::GPU> CreateGPU(Core::Frontend::EmuWindow& emu_window, Core::System& system);
u16 GetResolutionScaleFactor(const RendererBase& renderer);
float GetResolutionScaleFactor(const RendererBase& renderer);
} // namespace VideoCore