opa
opa
Hello, Your patch is good and I'm also wrote similar patch [this](https://github.com/o-p-a/EmulationStation/blob/252c6ee7a43e8df3614dd66f828a1f92b10cefde/es-core/src/platform.cpp#L38) on https://github.com/RetroPie/EmulationStation/pull/684 . (& add support for multibyte characters) My patch using CreateProcessW() is not need split program...
The sound stuttering was fixed, but something suspicious was noticed in the log `es_log.txt`. An error was recorded saying that "audio device is already opened". Why did this happen when...
I would like to make commits and comments step by step, but I'm not very familiar with git and it's not going well. In `FileData::launchGame`, the `AudioManager`, `VolumeControl`, and `InputManager`...
I think there is room for improvement in the `VolumeControl`. First, a copy constructor and an assignment operator are defined, but they're never used and the logic doesn't make sense....
Continuing with `VolumeControl`. On Linux, debug messages are output during initialization. (with --debug) On Windows, debug messages are also output. On Windows (Vista and later), the current volume value is...
@pjft Thank you for your quick comment. It's true that I can only test in a limited environment. (I usually test on Pi5 and Windows 11.) I would like to...
Thank you for reply! I have created [this thread](https://retropie.org.uk/forum/topic/35812/) on the forum. I hope it will be merged once it is confirmed as OK.
Thank you for response. As a premise, this PR is not required for RetroPie's runcommand, but is intended for those who want to manually edit es_systems.cfg to add emulators. To...
Yes As you point out, I don't want to read or manipulate a configuration file. In the previous example, I want to access the `users_toy_box/` directory. (Not HOME -- my...
Thank you everyone for quick responses! (and sorry for my late reply) @pjft I apologize for confusion by not telling that I installed EmulationStation to the absolute path `C:\Program Files(86)`,...