|
|
|
|
|
|
Make "demo2c.elf" work.
Posted on 2005-08-29 00:00:00 |
|
Added the alpha testing support today. It was really easy to implement since OpenGL supports the same functionality with GL_ALPHA_TEST and glAlphaFunc. It was just a matter of using the values from the TEST_x GS register and apply them to the OpenGL functions. Here's the result:
I've also fixed a crash that was occuring on my other computer when I was closing the emulator. This was simply caused by not cleaning up the OpenGL rendering context at the end of the program. I've also fixed a small issue with scrolling in the binary data views of the ELF file viewer. This development can be considered complete now. |