mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 01:03:11 +00:00
Include stockfont as part of vita2d_font.c
This commit is contained in:
parent
2078331495
commit
e6e7dd1c3b
File diff suppressed because it is too large
Load Diff
@ -301,7 +301,6 @@ FONTS
|
||||
#endif
|
||||
|
||||
#if defined(VITA)
|
||||
#include "../vita/stockfont.c"
|
||||
#include "../gfx/drivers_font/vita2d_font.c"
|
||||
#endif
|
||||
|
||||
|
10652
vita/stockfont.c
10652
vita/stockfont.c
File diff suppressed because it is too large
Load Diff
@ -1,14 +0,0 @@
|
||||
/*
|
||||
This file was autogenerated by raw2c.
|
||||
Visit http://www.devkitpro.org
|
||||
*/
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
#ifndef _stockfont_h_
|
||||
#define _stockfont_h_
|
||||
//---------------------------------------------------------------------------------
|
||||
extern const unsigned char stockfont[];
|
||||
extern const int stockfont_size;
|
||||
//---------------------------------------------------------------------------------
|
||||
#endif //_stockfont_h_
|
||||
//---------------------------------------------------------------------------------
|
Loading…
x
Reference in New Issue
Block a user