Skip to content

Commit

Permalink
finalize 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Apr 5, 2009
1 parent 632e1b2 commit 6191d5f
Show file tree
Hide file tree
Showing 15 changed files with 531 additions and 105 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,20 @@ guides on how to install and get homebrew working on your Nintendo Wii.
| UPDATE HISTORY |
���������-- - �������������� �������-- - �������������� �������-- - ���������

[4.0.0]
[4.0.0 - April 4, 2009]

* New GX-based menu, with a completely redesigned layout. Has Wiimote IR
support, sounds, graphics, animation effects, and more
* Thanks to the3seashells for designing some top-notch artwork, to
Peter de Man for composing the music, and a special thanks to shagkur for
fixing libogc bugs that would have otherwise prevented the release
* Onscreen keyboard for changing save/load folders and network settings
* Menu configuration options (configurable exit button, wiimote orientation,
volumes)
* Configurable button mapping for superscope, mouse and justifier
* New save manager, allowing multiple saves and save browsing. Shows
screenshots for Snapshot saves, and save dates/times
* Experimental hq2x filter
* Experimental hq2x filter, contributed by michniewski

[009 - January 27, 2009]

Expand Down
14 changes: 12 additions & 2 deletions source/ngc/filelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
*
* Tantric January 2009
*
* imagelist.h
* filelist.h
*
* Contains a list of all of the images in the images/ folder
* Contains a list of all of the files stored in the images/, fonts/, and
* sounds/ folders
***************************************************************************/

#ifndef _FILELIST_H_
Expand All @@ -19,9 +20,18 @@ extern const u32 font_ttf_size;
extern const u8 bg_music_ogg[];
extern const u32 bg_music_ogg_size;

extern const u8 enter_ogg[];
extern const u32 enter_ogg_size;

extern const u8 exit_ogg[];
extern const u32 exit_ogg_size;

extern const u8 button_over_pcm[];
extern const u32 button_over_pcm_size;

extern const u8 button_click_pcm[];
extern const u32 button_click_pcm_size;

extern const u8 logo_png[];
extern const u32 logo_png_size;

Expand Down
Loading

0 comments on commit 6191d5f

Please sign in to comment.