|
Small change in CdromCheck, now if CdromLabel[0] == ' ' the CdromId is copid to CdromLabel (linuzappz)
Added Translations support (linuzappz)
Fixed a RootCounter bug, single interrupt didn't interrupted :P, psxCounters.c (linuzappz)
Fixed a Flushing problem in PsxDma.c (linuzappz)
Fixed a bug within Sio.c, TX_EMPTY flag was being used incorrectly (linuzappz)
Decode_XA.c now uses fixed point, added NEGCON type to plugins.c/PsxBios.c, and improved the mingw32 port (yokota)
Added MacOSX code (Stefhane Conversy)
Fixed bug in CreateMcd (kitaro)
Added gettext code for translations (linuzappz)
Fixed some pcsx behaviors while opening/closing plugins (linuzappz)
Added a 'NO PIC' image (linuzappz)
Fixed a buf within the recompiler, it now counts better the ops by block (linuzappz)
Pcsx now compiles without a recompiler ;) (linuzappz)
Added code for NULL pointers with PSXM (linuzappz)
Fixed intJALR, Rs is loaded before storing Rd (linuzappz)
Implemented SWL/SWR in iR3000A.c (linuzappz)
Pcsx is now compilable on mingw, thanks to yokota (linuzappz)
Fixed small bug on SLTIU, PsxInterpreter.c (linuzappz)
Fixed a bug within rcnt exceptions on PsxBios.c (linuzappz)
Small speedup over PsxMem.c (linuzappz)
Fixed RTPS/RTPT SXYP fifo issue, thanks to Xeven (linuzappz)
Improved HLE loading cdrom (for files within dirs), and added LoadExec/Load syscalls (linuzappz)
The HLE bios now support NetPlay (linuzappz)
Fixed the seek flag stuff, CdRom.c/h (linuzappz)
|