Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Citra2018
Commits
aea54fb1
Commit
aea54fb1
authored
Aug 12, 2018
by
James
Browse files
Fix issues with audio and software keyboard
parent
e98725b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/citra_libretro/citra_libretro.cpp
View file @
aea54fb1
...
...
@@ -26,6 +26,7 @@
#include "core/hle/kernel/memory.h"
#include "core/loader/loader.h"
#include "core/settings.h"
#include "core/frontend/applets/default_applets.h"
#include "video_core/renderer_opengl/renderer_opengl.h"
#include "video_core/video_core.h"
...
...
@@ -60,6 +61,9 @@ void retro_init() {
Settings
::
values
.
lle_modules
.
emplace
(
service_module
.
name
,
false
);
}
// Setup default, stub handlers for HLE applets
Frontend
::
RegisterDefaultApplets
();
LibRetro
::
Input
::
Init
();
}
...
...
@@ -152,6 +156,7 @@ void UpdateSettings() {
// finite. Make assumptions.
Settings
::
values
.
log_filter
=
"*:Info"
;
Settings
::
values
.
sink_id
=
"libretro"
;
Settings
::
values
.
volume
=
1.0
f
;
// We don't need these, as this is the frontend's responsibility.
Settings
::
values
.
enable_audio_stretching
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment