forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[PS2] gsKit: draw extended ascii

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions
View previous topic :: View next topic  
Author Message
ifcaro



Joined: 19 Oct 2008
Posts: 23

PostPosted: Sun Nov 08, 2009 6:43 am    Post subject: [PS2] gsKit: draw extended ascii Reply with quote

Hi, this patch fix drawing of ascii chars > 127

Code:
Index: ee/toolkit/src/gsToolkit.c
===================================================================
--- ee/toolkit/src/gsToolkit.c   (revision 1663)
+++ ee/toolkit/src/gsToolkit.c   (working copy)
@@ -937,7 +937,7 @@
 
 
       int cx,cy,i,l;
-      char c;
+      unsigned char c;
       cx=X;
       cy=Y;
 
@@ -983,7 +983,7 @@
       gsGlobal->PrimAlpha=ALPHA_BLEND_ADD;
 
       int cx,cy,i,l;
-      char c;
+      unsigned char c;
       cx=X;
       cy=Y;
 
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Tue Nov 10, 2009 6:03 am    Post subject: Reply with quote

Code:
$ svn commit
Sending        src/gsToolkit.c
Transmitting file data .
Committed revision 1664.
thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group