@@ -75,6 +75,15 @@ spunull.so - NULL plugin, i.e. no sound emulation.
75
75
Changelog
76
76
---------
77
77
78
+ r13 (2012-01-09)
79
+ * yet more fixes for regressions from earlier versions
80
+ * various fixes for NEON GPU (in collaboration with Exophase)
81
+ + NEON GPU supports interlace mode now, but it's not always
82
+ enabled due to frameskip glithes (can be changed in the menu)
83
+ * cdda should resume on savestate load now
84
+ * fixed date display in menus to honour locale
85
+ + pandora: added support for minimizing the emulator (while ingame only)
86
+
78
87
r12 (2011-12-24)
79
88
+ new ARM NEON GPU rasterizer from Exophase (NEON hardware required)
80
89
+ new GPU emulation code
@@ -259,8 +268,8 @@ Emulator core:
259
268
Wei Mingzhi (Maintainer, input plugin, iso/cheat support, misc stuff)
260
269
261
270
NEON GPU plugin:
262
- (C) 2011 Exophase
263
- (C) 2011 notaz
271
+ (C) 2011-2012 Exophase
272
+ (C) 2011-2012 notaz
264
273
265
274
PCSX4ALL GPU plugin:
266
275
(C) 2010 PCSX4ALL Team
@@ -288,13 +297,18 @@ MIPS->ARM recompiler:
288
297
(C) 2009-2011 Ari64
289
298
290
299
integration, optimization and frontend:
291
- (C) 2010-2011 notaz
300
+ (C) 2010-2012 notaz
301
+
302
+ Special thanks to Mednafen author, shalma/gretar and Rokas for
303
+ various help while developing this emulator.
292
304
293
- some implementation ideas (and maybe code?) likely originated from
305
+ Some implementation ideas (and maybe code?) likely originated from
294
306
MAME/smf/pSXauthor and were integrated by various people to PCSX.
295
307
296
308
Source code is released under GNU GPL license, version 2 or later.
297
- See COPYING included in the archive (.pnd can be extracted using unsquashfs).
309
+ See COPYING included in the archive (pandora version's .pnd can be
310
+ extracted using unsquashfs).
311
+
298
312
The source code is available in a GIT repository at:
299
313
300
314
git://notaz.gp2x.de/~notaz/pcsx_rearmed.git
0 commit comments