mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
settings,general: Rename non-confirming enums
This commit is contained in:
parent
9e3c94bb3d
commit
d146dd9d12
23 changed files with 136 additions and 130 deletions
|
@ -247,7 +247,7 @@ void Codec::Initialize() {
|
|||
av_codec = avcodec_find_decoder(codec);
|
||||
|
||||
InitializeAvCodecContext();
|
||||
if (Settings::values.nvdec_emulation.GetValue() == Settings::NvdecEmulation::GPU) {
|
||||
if (Settings::values.nvdec_emulation.GetValue() == Settings::NvdecEmulation::Gpu) {
|
||||
InitializeGpuDecoder();
|
||||
}
|
||||
if (const int res = avcodec_open2(av_codec_ctx, av_codec, nullptr); res < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue