mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
I implemented "tabs" in the string handling, but it's not working right, so I made the statistics use spaces instead.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@157 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a1f48fee94
commit
8731021466
3 changed files with 30 additions and 15 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
void printString(const char *s, double x, double y, double z=0.0);
|
||||
void printCenteredString(const char *s, double y, int screen_width, double z=0.0);
|
||||
|
||||
void printStuff(const char *text, double x, double y, double z, int bbHeight);
|
||||
void printStuff(const char *text, double x, double y, double z, int bbWidth, int bbHeight);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue