forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlatformGraphics: More fixes to nokia's DirectGraphics functions
drawPixels(byte) now no longer needs a check for OOB access in its BYTE_1_GRAY case, as the access logic is now correct, also resolving many instances of weird graphics output or flickering. Furthermore, getPixels(byte) is now implemented, fixing Global Grand Prix' Nokia 3410 version and any other game that depends on it. Also, small adjustments were made to the drawString function, to better position the generated text and print useful messages in case of errors.
- Loading branch information
1 parent
2d4e22f
commit b69a076
Showing
1 changed file
with
69 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters