mirror of
https://github.com/libretro/Play-.git
synced 2025-01-10 10:31:05 +00:00
34 lines
724 B
Markdown
34 lines
724 B
Markdown
# Settings
|
|
|
|
This is a description of the settings that are available for the emulator. The goal of this document is to have settings that are consistent on all supported platforms.
|
|
|
|
## General Settings
|
|
|
|
### Show Frame and Draw Call Counters
|
|
|
|
Enables display of "frames per second" (f/s) and "draw calls per frame" (dc/f) statistics on screen.
|
|
|
|
*(Android & iOS only)*
|
|
|
|
### Show Virtual Pad
|
|
|
|
Enables display of on-screen virtual controller pad.
|
|
|
|
*(Android & iOS only)*
|
|
|
|
## Video Settings
|
|
|
|
### Enable High Resolution Mode
|
|
|
|
Enables usage of 2x sized framebuffers for rendering.
|
|
|
|
### Force Bilinear Filtering
|
|
|
|
Forces usage of bilinear filtering on all textures.
|
|
|
|
## Audio Settings
|
|
|
|
### Enable Audio Output
|
|
|
|
Enables audio output.
|