mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Merge pull request #8232 from JosJuice/wasapi-translatable
Mark "WASAPI (Exclusive Mode)" as translatable
This commit is contained in:
commit
60aea524b1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ struct BootParameters;
|
||||||
#define BACKEND_PULSEAUDIO "Pulse"
|
#define BACKEND_PULSEAUDIO "Pulse"
|
||||||
#define BACKEND_XAUDIO2 "XAudio2"
|
#define BACKEND_XAUDIO2 "XAudio2"
|
||||||
#define BACKEND_OPENSLES "OpenSLES"
|
#define BACKEND_OPENSLES "OpenSLES"
|
||||||
#define BACKEND_WASAPI "WASAPI (Exclusive Mode)"
|
#define BACKEND_WASAPI _trans("WASAPI (Exclusive Mode)")
|
||||||
|
|
||||||
enum class GPUDeterminismMode
|
enum class GPUDeterminismMode
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue