mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 09:48:05 -05:00
Settings: eliminate rescaling_factor.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user