mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 13:05:46 -04:00
libretro: Fix runtime aspect ratio changes not applying
This commit is contained in:
@ -89,6 +89,7 @@ public:
|
||||
virtual void SetVSync(bool enabled) = 0;
|
||||
|
||||
const s32 GetDisplayTopMargin() const { return m_display_top_margin; }
|
||||
const float GetDisplayAspectRatio() const { return m_display_aspect_ratio; }
|
||||
|
||||
void ClearDisplayTexture()
|
||||
{
|
||||
|
Reference in New Issue
Block a user