The pcsx2 logo design competition ended a while ago, and we had a lot of great submissions (check them out here ).
The Pros And Cons Of Googlecode
As most of you know we use Google Code for our Public SVN repository, and doing so has its pros and cons.
Measuring The Benefits Of Wxwidgets
One of the major changes planned for the next release of PCSX2 is a complete overhaul of the gui/frontend, switching from the current "native" Windows/Linux interfaces to a single unified interface that's (more or less) the same for both platforms. To make such a grand vision possible we needed the help of a third party gui tooolkit, from which there were several to choose from. After much consideration we settled on wxWidgets , which is the same toolkit used by a few other notable emulators, such as Dolphin .
A Moment Of Zen
While not likely to win the prize of being featured in PCSX2's next release (presumably 0.9.7, but you can never be too sure), this logo might deserve honorable mention. I present for you a moment of Zen:
Logo Design Contest Closed
The Logo Contest has been closed and the final round of voting is in progress. The winner of the contest will be announced here when voting has completed. 😊
Recompilers All Dems Buzzwords
There are a lot of buzzwords in emulator recompilation. Popular ones include:
Events Plenty
One of the less obvious things that has plagued Pcsx2's compatibility over the years is its event handling system. The system in place as of 0.9.6 is adequate for interpreter-based emulation but is not well-equipped to handle the methods that a recompiler uses to manage cpu cycle updates. This is something we aim to fix in the coming weeks.
PCSX2 Logo Design Contest
As many people that actively check our SVN know, we are in the process of a completely new cross-platform GUI for PCSX2. But it would be quite dull to have a new GUI without a new logo, so we decided a fun thing to do would be to have a logo designing contest where people can show us their skills, and make the next official logo for PCSX2!
PCSX2 0.9.6 Released
After nearly 16 months, here comes a new Pcsx2 version. Pcsx2 0.9.6
So Maybe It's About Time We Explained Vtlb
Zerofrog documented the concepts of Virtual Memory a few years back. So now I figure it's VTLB's turn, since it's the new exclusive memory model used in current AVNs and any future releases.