mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
First cellFont functions & minor changes
* Edited .gitignore * Moved some functions to cellFontFT. * Now cellFont initializes correctly, but it doesn't render anything yet. There are still several things to change and functions to implement. I will take care of it.
This commit is contained in:
parent
5ce57e963f
commit
849af30bfd
7 changed files with 530 additions and 123 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -40,5 +40,13 @@
|
|||
/bin/VertexProgram.txt
|
||||
/bin/BreakPoints.dat
|
||||
/bin/textures
|
||||
/bin/data/
|
||||
rpcs3/git-version.h
|
||||
|
||||
# Copyrighted files
|
||||
/bin/data/
|
||||
/bin/dev_flash/data/font
|
||||
|
||||
# Ignore installed games except test homebrews
|
||||
!/bin/dev_hdd0/game/
|
||||
/bin/dev_hdd0/game/*
|
||||
!/bin/dev_hdd0/game/TEST12345/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue