-
Simple patch so the mouse is captured when the client
window is clicked.
The mouse is released by either pressing the F12 key or
when the window goes out of focus.
2004-05-27 05:34:48 UTC in PearPC - PowerPC Emulator
-
Simple patch so the mouse is captured when the client
window is clicked.
The mouse is released by either pressing the F12 key or
when the window goes out of focus.
2004-05-27 05:25:58 UTC in PearPC - PowerPC Emulator
-
I'm sorry. I just fixed it.
That's what happens when you work at 4:00am!
2004-05-26 21:40:58 UTC in PearPC - PowerPC Emulator
-
Its the only version available for download. That's the patched version.
2004-05-26 19:47:24 UTC in PearPC - PowerPC Emulator
-
Well... it’s a matter a running a simple search/replace operation to change all the memmove calls for memcpy.
2004-05-26 16:40:40 UTC in PearPC - PowerPC Emulator
-
Why are the authors using memmove instead of memcpy?
I know that as long as the source and destinations do not overlap you can use memcpy instead of memmove and, in some cases, it tends to be quite a lot faster...
I have, in fact, compiled a version using memcpy instead of memmove and (perhpas it’s just me but) it looks to be a bit faster...
You can dl and test this version here...
2004-05-26 14:00:26 UTC in PearPC - PowerPC Emulator
-
Awesome! Great work!
2004-05-24 05:01:14 UTC in PearPC - PowerPC Emulator
-
Early versions of VirtualPC, originally developed by Connectix, were created by just a handful of programmers.
Same happened with other popular emulation-related-products.
And as amaranth said, being open source will definitely attract many developers who, eventually, will speed up its development.
2004-05-20 21:21:04 UTC in PearPC - PowerPC Emulator
-
For those who care... version 1.0.1 is now available:
http://software.xfx.net/utilities/ppcc/.
2004-05-20 21:08:29 UTC in PearPC - PowerPC Emulator
-
That's because I used RealBasic, which is an easy and cheap way of producing Windows/Mac/Linux applications.
It shouldn't be accessing the registry.
Which key did it try to access?.
2004-05-16 02:53:28 UTC in PearPC - PowerPC Emulator