build, revisions and fixes for opendingux based platforms

This commit is contained in:
kub 2023-11-15 22:38:10 +00:00
parent 7f09f5c477
commit f2554438f8
7 changed files with 19 additions and 15 deletions

View file

@ -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