Implemented Priority handling

This commit is contained in:
Dimitris Panokostas 2020-08-01 01:15:27 +02:00
parent fd91c9e281
commit 9047d33e0b
13 changed files with 439 additions and 39 deletions

View file

@ -422,6 +422,7 @@ OBJS = \
src/osdep/gui/PanelDisplay.o \
src/osdep/gui/PanelSound.o \
src/osdep/gui/PanelMisc.o \
src/osdep/gui/PanelPrio.o \
src/osdep/gui/PanelSavestate.o \
src/osdep/gui/main_window.o \
src/osdep/gui/Navigation.o