mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
build, revisions and fixes for opendingux based platforms
This commit is contained in:
parent
7f09f5c477
commit
f2554438f8
7 changed files with 19 additions and 15 deletions
|
@ -351,7 +351,7 @@ void plat_init(void)
|
|||
ret = plat_sdl_init();
|
||||
if (ret != 0)
|
||||
exit(1);
|
||||
#if defined(__RG350__) || defined(__GCW0__) || defined(__OPENDINGUX__) || defined(__RG99__)
|
||||
#if defined(__OPENDINGUX__)
|
||||
// opendingux on JZ47x0 may falsely report a HW overlay, fix to window
|
||||
plat_target.vout_method = 0;
|
||||
#endif
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7b58e15633b54621f9508cb673da61a6b0844955
|
||||
Subproject commit d5a43fbd972854cf6f02a47a8ca4ccc1bdadfca8
|
|
@ -78,7 +78,7 @@ const char * const _in_sdl_key_names[SDLK_LAST] = {
|
|||
[SDLK_RETURN] = "START",
|
||||
[SDLK_ESCAPE] = "SELECT",
|
||||
|
||||
#if defined(__RG350__) || defined(__OPENDINGUX__) || defined(__RG99__)
|
||||
#if defined(__OPENDINGUX__)
|
||||
[SDLK_HOME] = "POWER",
|
||||
|
||||
[SDLK_TAB] = "L1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue