Skip to content

Commit

Permalink
updated version number to 0.7 and changelog, credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaël Jimenez committed May 4, 2010
1 parent b1fc84b commit 98bbc23
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -59,4 +76,4 @@ Version 0.1

Version 0.0
-------------------------------------------------
- Initial version
- Initial version
4 changes: 2 additions & 2 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Adaptation to USB Advance format and User interface
Copyright (C) 2009 Ifcaro <[email protected]>

Main Project developpers:
Ifcaro, volca, jimmikaelkael
Ifcaro, volca, jimmikaelkael, polo35, izdubar

CDVDMAN, CDVDFSV, CDDEV, DISCID & SMBMAN modules by jimmikaelkael
Copyright (C) 2009 jimmikaelkael <[email protected]>
Expand All @@ -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
PS2HDD module has been taken from PS2SDK
4 changes: 2 additions & 2 deletions include/usbld.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <debug.h>

#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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 98bbc23

Please sign in to comment.