Skip to content

Commit

Permalink
finalize 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dborth committed Apr 13, 2009
1 parent fe9d114 commit fbfc422
Show file tree
Hide file tree
Showing 10 changed files with 403 additions and 316 deletions.
5 changes: 2 additions & 3 deletions hbc/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<app version="1">
<name>Snes9X GX</name>
<coder>Tantric, michniewski</coder>
<version>4.0.0</version>
<release_date>20090404</release_date>
<version>4.0.1</version>
<release_date>20090413</release_date>
<short_description>Super Nintendo Emulator</short_description>
<long_description>

A Super Nintendo Emulator for Wii

Based on Snes9x 1.51
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
��������������������������������������������������������������������������rK�

ח����������� ������������������������������ �����������������������-����-���
|0O��o� Snes9x GX 4.0.0 �o��O0|
|0O��o� Snes9x GX 4.0.1 �o��O0|
| http://code.google.com/p/snes9x-gx |
| (Under GPL License) |
`������� ���������������� ��������������� �������������������� �������������'
Expand Down Expand Up @@ -48,6 +48,16 @@ guides on how to install and get homebrew working on your Nintendo Wii.
| UPDATE HISTORY |
���������-- - �������������� �������-- - �������������� �������-- - ���������

[4.0.1 - April 13, 2009]
* Fixed turning off autosave in menu
* Keyboard fixed, more keys added
* Fixed 7z loading from DVD
* Enable auto loading and renaming of SRAM save without "Auto" in the name
* PAL resolution fixed - no more letterboxing
* File browser scrollbar box now draggable, arrow buttons now scroll list
* Better handling of multiple on-screen wiimotes
* Menu restructured - new "Game Settings" menu

[4.0.0 - April 4, 2009]

* New GX-based menu, with a completely redesigned layout. Has Wiimote IR
Expand Down
2 changes: 2 additions & 0 deletions source/ngc/filelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ extern const u32 icon_settings_png_size;
extern const u8 icon_home_png[];
extern const u32 icon_home_png_size;

extern const u8 icon_game_settings_png[];
extern const u32 icon_game_settings_png_size;
extern const u8 icon_game_cheats_png[];
extern const u32 icon_game_cheats_png_size;
extern const u8 icon_game_controllers_png[];
Expand Down
5 changes: 1 addition & 4 deletions source/ngc/gui/gui_filebrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ GuiFileBrowser::GuiFileBrowser(int w, int h)
trigA->SetSimpleTrigger(-1, WPAD_BUTTON_A | WPAD_CLASSIC_BUTTON_A, PAD_BUTTON_A);

trigHeldA = new GuiTrigger;
if(GCSettings.WiimoteOrientation)
trigHeldA->SetHeldTrigger(-1, WPAD_BUTTON_2 | WPAD_CLASSIC_BUTTON_A, PAD_BUTTON_A);
else
trigHeldA->SetHeldTrigger(-1, WPAD_BUTTON_A | WPAD_CLASSIC_BUTTON_A, PAD_BUTTON_A);
trigHeldA->SetHeldTrigger(-1, WPAD_BUTTON_A | WPAD_CLASSIC_BUTTON_A, PAD_BUTTON_A);

btnSoundOver = new GuiSound(button_over_pcm, button_over_pcm_size, SOUND_PCM);
btnSoundClick = new GuiSound(button_click_pcm, button_click_pcm_size, SOUND_PCM);
Expand Down
Binary file added source/ngc/images/icon_game_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fbfc422

Please sign in to comment.