1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Removed unused (and broken) TV-out feature.

This commit is contained in:
Paul Cercueil
2012-06-14 22:53:50 +02:00
parent bc2b5d51ed
commit 374371c1d2
2 changed files with 1 additions and 57 deletions

View File

@@ -125,15 +125,11 @@ private:
unsigned long gp2x_mem;
unsigned short *gp2x_memregs;
volatile unsigned short *MEM_REG;
int cx25874; //tv-out
#endif
void tvout_on(bool pal);
void tvout_off();
void initCPULimits();
void init();
void deinit();
void toggleTvOut();
void showManual();