mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
Renderer: Implement Bicubic and ScaleForce filters.
This commit is contained in:
parent
cdbe98a4d0
commit
bca25d2a0f
15 changed files with 624 additions and 38 deletions
|
@ -190,5 +190,6 @@ Q_DECLARE_METATYPE(Settings::GPUAccuracy);
|
|||
Q_DECLARE_METATYPE(Settings::FullscreenMode);
|
||||
Q_DECLARE_METATYPE(Settings::NvdecEmulation);
|
||||
Q_DECLARE_METATYPE(Settings::ResolutionSetup);
|
||||
Q_DECLARE_METATYPE(Settings::ScalingFilter);
|
||||
Q_DECLARE_METATYPE(Settings::RendererBackend);
|
||||
Q_DECLARE_METATYPE(Settings::ShaderBackend);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue