From 98bbc2336b7f8543437d29c0eab8860a162ad8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Jimenez?= Date: Tue, 4 May 2010 17:13:11 +0200 Subject: [PATCH] updated version number to 0.7 and changelog, credits --- CHANGELOG | 19 ++++++++++++++++++- CREDITS | 4 ++-- include/usbld.h | 4 ++-- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c222ba422..f87f964a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,23 @@ Open PS2 Loader ChangeLog: +Version 0.7 +------------------------------------------------- +- Improved network startups and various fixes +- Added internal HDD support (HDL format) +- Added the ability to choose the default menu (USB, NET, HDD games) +- Added the ability to use a valid disc ID for online games +- Added a fix for modchip freezing (maybe not all modchips) +- Many new game compatibility fixes +- Added IGR (In Game Reset) with a disable per game option +- Added Alphabetical Sorting +- Changed Settings categories +- Added page scrolling (R1/L1) +- Added support for user language files +- Network support added for PS3 +- Zipped Theme support +- Added PCMCIA support for the 18K + Version 0.6 ------------------------------------------------- - Switched to whole new IOP core @@ -59,4 +76,4 @@ Version 0.1 Version 0.0 ------------------------------------------------- -- Initial version \ No newline at end of file +- Initial version diff --git a/CREDITS b/CREDITS index 8db442736..25a8b6aa3 100644 --- a/CREDITS +++ b/CREDITS @@ -13,7 +13,7 @@ Adaptation to USB Advance format and User interface Copyright (C) 2009 Ifcaro Main Project developpers: -Ifcaro, volca, jimmikaelkael +Ifcaro, volca, jimmikaelkael, polo35, izdubar CDVDMAN, CDVDFSV, CDDEV, DISCID & SMBMAN modules by jimmikaelkael Copyright (C) 2009 jimmikaelkael @@ -25,4 +25,4 @@ SMSUTILS, SMSMAP & SMSTCPIP modules by Eugene Plotnikov DEV9, ATAD modules and derived code used in cdvdman by Marcus R. Brown -PS2HDD module has been taken from PS2SDK \ No newline at end of file +PS2HDD module has been taken from PS2SDK diff --git a/include/usbld.h b/include/usbld.h index 2bdf97339..6360aba2d 100644 --- a/include/usbld.h +++ b/include/usbld.h @@ -23,7 +23,7 @@ #include -#define USBLD_VERSION "0.6" +#define USBLD_VERSION "0.7" // count of items per page (for page up/down navigation) #define STATIC_PAGE_SIZE 10 @@ -202,7 +202,7 @@ int getDiscID(void *discID); void LaunchGame(TGame *game, int mode, int compatmask, void* gameid); void LaunchHDDGame(hdl_game_info_t *game, void* gameid); int ExecElf(char *path, int argc, char **argv); -void SendIrxKernelRAM(int size_irx, void *irx); +void SendIrxKernelRAM(int size_irx, void *irx); unsigned int USBA_crc32(char *string); #define USB_MODE 0