Changeset 43658 for titan


Ignore:
Timestamp:
03/05/19 22:19:00 (5 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r43657 r43658  
    627627
    628628        //Workaround für Framebuffer, es muss noch eine Funktion gebaut werden die fbset ersetzt.
    629         if(checkchipset("BCM7424") == 1 || checkbox("ATEMIO6000") == 1 || checkbox("ATEMIO6100") == 1 || checkbox("ATEMIO6200") == 1) //inihdp
     629        if(checkchipset("BCM7424") == 1 || checkchipset("BCM7358") == 1 || checkchipset("BCM7362") == 1) //inihdp
    630630                system("fbset -g 1280 720 1280 1440 32");
    631631
Note: See TracChangeset for help on using the changeset viewer.