diff options
Diffstat (limited to '')
-rw-r--r-- | minui/graphics.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/minui/graphics.c b/minui/graphics.c index 8f951756d..948a07c0f 100644 --- a/minui/graphics.c +++ b/minui/graphics.c @@ -495,3 +495,11 @@ void gr_get_memory_surface(gr_surface surface) { get_memory_surface( (GGLSurface*) surface); } + +// These are new graphics functions from 5.0 that were not available in +// 4.4 that are required by charger and healthd +void gr_clear() +{ + return; +} + |