Subversion Repositories Projects

Rev

Rev 1706 | Rev 1801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1706 Rev 1771
Line 24... Line 24...
24
#include "osd_ncmode_default.h"
24
#include "osd_ncmode_default.h"
Line 25... Line 25...
25
 
25
 
Line 26... Line 26...
26
#if (!(ALLCHARSDEBUG || (WRITECHARS != -1)) && !FCONLY)
26
#if (!(ALLCHARSDEBUG || (WRITECHARS != -1)) && !FCONLY)
27
 
27
 
-
 
28
int osd_ncmode_default() {
-
 
29
        if (!(COSD_FLAGS_MODES & COSD_FLAG_HUD)) {
28
int osd_ncmode_default() {
30
                clear();
29
    if (COSD_FLAGS_MODES & COSD_FLAG_HUD) {
31
    } else {
30
        // write icons at init or after menu/mode-switch
32
        // write icons at init or after menu/mode-switch
31
        if (!(COSD_FLAGS_RUNTIME & COSD_ICONS_WRITTEN)) {
33
        if (!(COSD_FLAGS_RUNTIME & COSD_ICONS_WRITTEN)) {
32
            if (COSD_FLAGS_CONFIG & COSD_FLAG_FEET) {
34
            if (COSD_FLAGS_CONFIG & COSD_FLAG_FEET) {