fledge68
f45da114bc
- Added Auto MIOS installing for GC/QF games. put your MIOS in dev:/wiiflow/mios. name them qfsd.wad, qfusb.wad, dm.wad, and dml.wad. set your QuadForce games GC loader to AUTO or just set the global GC Loader to auto for all games. Bits of code taken from PL4 by stfour, thanks.
...
Note: if you don't want to use it then leave everything alone and don't put any wads in the mios folder.
Note2: if you install a mios outside of wiiflow and use this feature be sure to set current_auto_mios = 0 under [DML] in wiiflow.ini
2013-08-21 15:20:13 +00:00
fledge68
c4f82bfdc3
- path manager and nand paths now start at the current path
2013-08-19 14:02:03 +00:00
fledge68
14a2ae9462
- Added title and back btn for manage cover and banner menu
...
- Fixed path display for explorer when returning
- added misssing english translation for source on startup
2013-08-18 16:22:54 +00:00
fledge68
b6e21fa196
-fix for translation patches
2013-08-18 00:51:46 +00:00
fledge68
fe2342e88c
-moved async network, categories on start, and source menu on start to startup settings
...
-added new Path Manager menu. access it via config page 4
-added GC default global loader to config page 3
2013-08-17 13:21:43 +00:00
fledge68
656fa401ce
- Fix for source menu with one page
2013-08-16 00:33:31 +00:00
fledge68
dbfec98ee5
- Fix for source menu combined view to work properly across all pages
2013-08-15 12:26:44 +00:00
fix94.1
a59330463e
-added progress bar to the wad installer
...
-updated the gc game installer progress bar
2013-08-14 19:11:38 +00:00
fledge68
57b02cac30
- Fixes for user labels on wbfs menu and wad menu and nand settings menu and added to boot (startup) menu
2013-08-14 16:11:26 +00:00
fledge68
ae53adfec9
- Fix for HQ covers and source menu.cpp
...
- Fix for combined view to work properly now
- Fix for last_view to work properly
- Fixed little mistake in explorer when switching emu nands
- removed elmstyle
2013-08-13 13:12:40 +00:00
fix94.1
7477d127f0
-added user theme labels for menu_wad, menu_config_coverbnr and menu_home
...
-allowing the title when you go into the game info to get to a second line
-removed a redundant line from menu_nandemu
2013-08-11 21:44:29 +00:00
fix94.1
51f5860dd9
-hopefully fixed theme memory issues completely now, there was a font bug left which didnt cache in fonts properly so they got written over and over again filling up nearly the whole memory
2013-08-11 20:56:25 +00:00
fix94.1
d1dbfef055
-the language downloader will now also download the translated help file instead of just the tranlated ini if available
2013-08-10 17:54:09 +00:00
fix94.1
9a18d7308a
-fixed overwriting the existing language properly
...
-added some debug prints into the language downloader
2013-08-09 17:14:31 +00:00
fix94.1
a4b1a5293e
-updated the default images and the image compression tools (thanks ayatus)
...
-fixed the language download crash when trying to download the languages a second time
-added a back button to the language manager
-updated german.ini
2013-08-09 14:52:17 +00:00
fix94.1
41a7ad5734
-added a special signature check for modified hdds to skip the wiiu format asking (thx jayjay123)
...
-fixed the adjust coverflow button didnt work
2013-08-09 13:58:06 +00:00
fix94.1
51625a7507
-added a completely new menu to wiiflow, the language mange menu, now you can directly download and select the latest languages from the open-wiiflow-mod svn via wiiflows gui
...
-updated english.ini
2013-08-08 18:21:11 +00:00
fledge68
c1be6e78b8
- Fix for UpdateCache() to work properly and fix for wii_games_dir to work properly to set the wii games folder and moved it from GENERAL to GAMES in wiiflow.ini
2013-08-06 21:31:25 +00:00
fix94.1
45400dd879
-updated the file explorer filetype handling, you can now boot ".elf" and ".dol" files and read text files with the extensions ".txt", ".ini", ".cfg", ".nfo", ".conf" and ".xml"
2013-08-05 20:58:26 +00:00
fledge68
c8673083f9
- recoded a little of explorer to make it more memory friendly as Fix94 says. But it still works the same. Also removed theme.selsbtnFontColor and theme.selubtnFontColor which aren't used anymore.
2013-08-05 17:23:31 +00:00
fix94.1
76b7ad1d6b
-fixed wiiflow not updating the language completely until reboot
2013-08-04 16:53:15 +00:00
fledge68
508e56b1fb
- Changed explorer page button to display all the time.
2013-08-04 16:21:56 +00:00
fledge68
b56528e5a8
- added page btn to explorer and moved set btn. EXPLORER/SAVE_BTN and EXPLORER/CANCEL_BTN are now EXPLORER/SET_BTN and EXPLORER/BACK_BTN. hopefully fixed MAIN/MESSAAGE.
2013-08-03 19:40:46 +00:00
fix94.1
669000a661
-using a more complicated but overall memory friendlier way of sorting the explorer view alphabetically
2013-08-03 06:21:54 +00:00
fledge68
69ed9cb8f8
- added alpha sorting to explorer. also fixed moving to next and prev pages properly.
2013-08-01 20:18:35 +00:00
fledge68
279f46fa11
- added path= to display all the time and now there's only 7 entries 0 thru 6. 0 is the ...
2013-08-01 12:37:16 +00:00
fledge68
f9274d4c88
- added ability to auto select a category for source menu plugin buttons. So you can do as wiimpathy suggested.
...
- all theme related source menu images and ini now need to go in a subfolder of wiiflow/source_menu/ and be named the same as the theme data folder. this keeps source stuff seperate from theme stuff.
- redid the code for menu_source making it more compact and smaller even with the new additions and shrunk menu_category a little.
2013-07-29 21:06:50 +00:00
fix94.1
1afd473be8
-added real nand mios installation, it just wont ask for a emu nand partition when you select a mios
...
-added checks before asking if you want to install a wad to make sure its a channel for emu nand or a mios wad for real nand
2013-07-29 20:42:25 +00:00
fledge68
97a6aadc71
- B for back on source menu and + to select multiple sources
2013-07-25 21:32:39 +00:00
fledge68
2864c3b7a2
- fix for stupid little mistake on previous commit
2013-07-23 13:32:54 +00:00
fledge68
976c614e3f
- set use_source default to no. source menu users need to change it to yes under [GENERAL]
...
- added background to wad installer menu
- made some small coding changes to source menu but still works the same
- updated english.ini
- fixed small wrap and unwrap coding problem for label text
- added changes made to explorer mentioned on gbatemp - mostly just theme related about user labels and stuff otherwise it still works the same.
2013-07-23 13:14:51 +00:00
fledge68
a9053b184b
- Fix for folder explorer user labels.
2013-07-17 15:31:30 +00:00
fledge68
349d3f9014
- Gave folder explorer it's own background and added user labels for it.
2013-07-16 16:23:09 +00:00
fledge68
eceea9a423
- When switching nands now the whole path is shown at the top not just the current folder name. If it's too long the first folder(s) get truncated off the display.
2013-07-14 14:16:25 +00:00
fledge68
bc759934cb
- made dir, save, cancel translatable and increased save and cancel btn sizes. thanks again Etheboss
2013-07-10 17:55:44 +00:00
fledge68
1e116f27c5
- fix for nand switching to make it work with root nands. and fixed english.ini thanks to EtheBoss
2013-07-10 16:40:47 +00:00
fledge68
84892d53d8
- Added the ability to change emunands via wiiflow thanks to the file explorer. Just go to page 2 of the nand emulation settings and click on the SET btn. File Explorer/Folder Explorer shows allowing you to choose a folder. Once you choose one click on the SAVE btn to make it official. Does not work with nands on the root of the device, must be in a folder.
2013-07-10 15:08:40 +00:00
fix94.1
1efca149ed
-some security updates for file read/write operations
2013-07-07 01:50:26 +00:00
fix94.1
c77ede571f
-added a wad installer to install wiiware and virtual console to your emu nand
...
-updated english.ini
2013-07-06 22:35:05 +00:00
fix94.1
791a2dc41b
-using the file read/write functions more often
...
-placed both file explorer and source menu into the home menu
2013-06-30 18:40:49 +00:00
fix94.1
128f426ef7
-reading theme wave files into mem now to prevent constant device access to play the sound
...
-added global file read/write functions to simplify code
2013-06-29 16:54:21 +00:00
fix94.1
58b1bdae87
-updated the default theme pngs and removed old stuff (thanks Ayatus)
...
-fixed the font bug if wiiflow finds a font of the same size it would ignore spacing and weight differences
-gave the file explorer the ability to bootup gc/wii iso/wbfs files
-you can now scroll through the explorer pages with +/- too
2013-06-29 14:48:02 +00:00
fix94.1
b28fd49638
-added a WIP file explorer, for now you can just search through you
...
partition and play mp3/ogg files (to get into it use the third icon
down left in the coverflow)
2013-06-27 22:16:30 +00:00
fix94.1
8a56deebfc
-set http://dl.dropboxusercontent.com/u/101209384/{gameid}.bnr
...
to the default custom banner url
-updated the wiimote icons (thx mamule and Ayatus for the awsome pngs)
2013-06-27 17:55:42 +00:00
fix94.1
6c7667bb9e
-updated english.ini
...
-updated wiiflows version to beta 4.1.4
2013-06-27 17:19:12 +00:00
fix94.1
e066537d9b
-added beta custom banner download, you need to set "custom_banner_url"
...
in the GENERAL section in your wiiflow.ini, do it like
custom_banner_url=http://www.example.com/{gameid}.bnr
{gameid} gets replaced automatically by the game id6/id3
2013-06-27 17:14:11 +00:00
fledge68
f17962e609
- Small Source Menu update. Restored hover button images.
2013-06-27 14:29:40 +00:00
fix94.1
022ea31127
-hopefully fixed the last memory leak on cover downloading
...
-added subfolder auto creation for plugin cache (issue 187)
2013-06-27 01:49:10 +00:00
fix94.1
c778748bd1
-fixed 2 disc gc game installations
...
-added the 2 disc game re4 (thanks etheboss)
-made the gc game installation more safe
2013-06-26 21:35:38 +00:00
fledge68
f2db4d8eaf
- Now wiiflow looks for source_menu.ini in the current theme folder first and then the source_menu folder. so for themes that have their own source menu btns just put the images and sourc_menu.ini in the theme folder.
2013-06-24 22:43:52 +00:00
fledge68
9f9f351485
- added catpage=x option to source_menu.ini for each button to specify a start page for categories menu. Also added max_source_buttons= under [GENERAL] section of wiiflow.ini to specify maximum source menu buttons. default of 71
2013-06-17 17:24:06 +00:00
fledge68
78484fbd40
- Fix to make wii games show up in multi source view when one of the sources is a plugin. _loadEmuList() needs to be before _loadGameList() because _loadEmuList() clears gameList and uses it temporarily to make a new gamelist.
2013-06-13 20:25:07 +00:00
fledge68
b60e4ee90d
- Now required and selected categories are cleared whenever you change source(s).
2013-06-08 17:27:01 +00:00
fix94.1
a38287191b
-more neek fixes (thanks skidau for testing)
2013-06-01 11:33:12 +00:00
fix94.1
9c27995a50
-added a new plugin argument, {name_no_ext}, it will get replaced by
...
the filename, just without its extension (issue 186)
2013-05-30 17:35:03 +00:00
fix94.1
acc37518f7
-updated MIOS checks (fixes quadforce 4+ detection)
2013-05-30 10:50:50 +00:00
fix94.1
d936063bd4
-updated libpng from 1.2.29 to 1.6.2
...
-updated zlib from 1.2.7 to 1.2.8
-updated freetype from 2.4.10 to 2.4.12
-got back from libjpeg 8d to libjpeg 6b
-clean compiled tremor-lowmem lib
-removed some unneeded files
2013-05-29 22:51:47 +00:00
fix94.1
1fe1b06ca1
-added plugin dol path auto partition searching, meaning if you do
...
dolFile=apps/snes9xgx/boot.dol, wiiflow will check through
sd:/apps/snes9xgx/boot.dol, then usb1:/apps/snes9xgx/boot.dol, etc.
2013-05-28 21:20:51 +00:00
fix94.1
86f07d62b4
-added full plugin dol path support, meaning if you use for example
...
dolFile=usb1:/apps/snes9xgx/boot.dol as dol file path,
wiiflow will also load it from there, if you just specify for example
dolFile=snes9xgx.dol, wiiflow will add the plugin path to it to build like
usb1:/wiiflow/plugins/snes9xgx.dol for loading (issue 183)
2013-05-23 12:47:45 +00:00
fix94.1
09db10a805
-added fwrite patch, just set debugger to OSReport (thx skidau for the suggestion)
...
-added another neek check, may helps with older neek revisions
-replaced the "Disabled" hooktype by "AUTO", meaning it will automatically set the hooktype VBI for you if you want to use cheats but forgot to select a hooktype
-added debugger pause back, it will be automatically enabled if you just use debugger but no cheats (thx skidau for the small fix needed)
2013-05-21 12:43:14 +00:00
fix94.1
8f66b05995
-added my gc ntsc-j patch to wiiflow, it will be applied automatically
...
if a japanese gc game is starting, this should fix playing those games
on pal and ntsc-u wiis properly
2013-04-24 21:37:04 +00:00
fix94.1
761ca4bddb
-fixed a small bug if a plugin music file is over that the game
...
banner sounds stopped working
-added plugin subfolder cache file creation to prevent overwriting
on same filenames based on the coverFolder option in plugin inis,
"subfolder_cache" in "EMULATOR" domain, enabled by default (thx
matt0620 for base patches)
2013-04-21 11:59:58 +00:00
fix94.1
dad4a16cc1
-small fix for r900
2013-04-20 19:50:09 +00:00
fix94.1
082d0ff8dd
-fixed not working music playback from the plugin if no wiiflow
...
music folder with music is present
-changed version to beta 4.1.2 (whoops)
2013-04-20 19:24:04 +00:00
fix94.1
6e11e17230
-fixed a fatal bug of no games displayed if you dont have any
...
wiiflow.ini already
2013-04-16 22:25:56 +00:00
fix94.1
b2aef2cdaa
-sorting plugins by display names now so they are displayed ordered
...
in the plugin menu
-using the newly created sort function for covers too now so we dont
need to use two separate ones (covers should be sorted same way still)
2013-04-09 23:24:42 +00:00
fix94.1
3e62aeb278
-added korean wii game support (untested)
2013-04-09 18:48:42 +00:00
fix94.1
fac9452af2
-removed the press b on channel icon to switch to emu nand and back,
...
this is now done on the fly by just selecting NAND as partition, of
course this function is still completely disabled for neek users ;)
-removed the ios and force cios load options from the ini so they
are only settable in the wiiflow startup menu from now on, that
should stop wiiflow with mixing up ini and nand save options
-added a ini option to disable the source menu, use_source (enabled
by default)
-finally added a "Back" button to the startup menu
2013-04-08 21:45:13 +00:00
fledge68
d6af74fb15
- fix for custom missing covers not showing since r892
2013-04-04 14:20:54 +00:00
fix94.1
d1e1e04fb4
-wiimote controls are checked much more now, the wiimote extensions
...
are handled separately per player, so it cant happen that for
example the nunchuk button c gets interpreted as classic controller
button left anymore, this change might change the controls slighly
2013-03-31 17:09:37 +00:00
fix94.1
b24b4ef37b
-added a random game boot function, simply press b on the question
...
mark icon, it will boot something of the current coverflow
-made screenshot feature working with nunchuck/classic controller
too, just press Z/ZR
-updated the english.txt help
2013-03-31 00:57:42 +00:00
fix94.1
a40bd5286a
-reduced the memory usage of each game by 320 bytes, should increase
...
the maximum games you can have and should increase wiiflows cache
reloading speed
-hopefully fixed that gc disc 2 hide problem correctly now
2013-03-28 13:02:50 +00:00
fix94.1
991ed5d628
-added missing age lock check for gc games in gametdb
2013-03-27 22:54:07 +00:00
fix94.1
7024dbd621
-fixed disc 2 gc games cant be hidden (untested)
2013-03-27 22:46:18 +00:00
fix94.1
ceb91ca17b
-tiny changes on port 1 usage and game boot
2013-03-24 12:10:21 +00:00
fix94.1
648d319925
-added a way to play music using wiiflows internal player in plugin
...
form, just use "MUSIC" as dol name in the plugin ini, here is a
example ini which loads up the default wiiflow music folder:
https://dl.dropbox.com/u/25620767/music_player.ini
oh, and wiiflow only supports mp3 and ogg files
2013-03-23 17:06:06 +00:00
fix94.1
00ddaeee94
sorry guys that I cant really work on wiiflow atm, too much to do...
...
-added devo disc 2 checks for gamenames gam2.iso and disc2.iso, so now
we check for gam1.iso, gam2.iso and disc2.iso, if one of those ones are
found in the same folder as disc 1 then devo gets the info about it
2013-03-11 20:23:24 +00:00
fix94.1
dbfbf30e61
-display the music information only once if just one song exist
2013-02-23 17:41:26 +00:00
fix94.1
f96d478fcb
-fixed languages not selectable when wiiflow folder is on ntfs (issue 171)
...
-better way to get wii game installation back to work
2013-02-22 21:18:34 +00:00
fledge68
689833db39
_ Fix for installing wii games
2013-02-18 12:05:18 +00:00
fix94.1
86b337ee91
-fixed broken cover caching system
2013-02-16 21:30:44 +00:00
fix94.1
8634f272ed
-lets really reboot wiiflow if we change a setting in the startup :P
2013-02-14 21:50:46 +00:00
fix94.1
0ce4e2c363
-added support for usb port 1, you can find the setting in the
...
global settings under startup, it will only work with d2x v9 beta,
d2x v10 alt or hermes cIOS 5.0 or later, setting is saved in the
NAND save, so individual for every wii, wiiflow will reboot after
you change it
2013-02-14 21:30:48 +00:00
fledge68
f4b2e16207
- Fix for wii game emusaves when using combined view.
2013-02-11 15:27:22 +00:00
fix94.1
1512a9f74f
-updated devolution config, now DM widescreen and activity led
...
patches work with devo r188 too, also if you enable wifi gecko for
wiiflow this option will be set in devolution as well
-updated english.ini and german.ini
2013-02-10 11:13:33 +00:00
fix94.1
a5b2561401
-fixed wii game save emu when booting in ios58 mode and reload to cios
...
-speed up the wiiflow bootup a bit in ios58 mode
2013-02-08 10:39:07 +00:00
fix94.1
d8acff9fb0
-forgot that svn doesnt auto commits new files -_-
2013-02-07 12:32:15 +00:00
fix94.1
b2b2fe2ea1
-added custom wii game directory support via the ini option
...
"wii_games_dir", if you want for example use usb:/games, then set
this option to "%s:/games" etc, subdirs and stuff are supported
(issue 165)
2013-02-07 12:25:39 +00:00
fledge68
1680e303c7
- correctly patched 874. should have tested before posting
2013-02-01 16:32:20 +00:00
fledge68
0cac189d39
-patch to make the tv frame not show during fanart.
2013-02-01 16:13:14 +00:00
fix94.1
ca8ceaeb44
-fixed the (yet again) broken shutdown/reset via the wii buttons
...
-safe reloading the IOS on bootup now (may takes a bit longer to boot)
2013-01-27 13:42:54 +00:00
fix94.1
eb24ebf76f
-recompiled libntfs with -O2 as it was before the update
...
-changed the IOS patching system, should be much more safe now
2013-01-27 12:12:44 +00:00
fledge68
0c703207ea
- small fix for source menu buttons with more than one magic #
2013-01-25 16:55:33 +00:00
fix94.1
2bb24b2575
-set back homebrew boot size to 16mb and reverted all the lower
...
mem2 experiments
2013-01-21 17:12:18 +00:00
fix94.1
a95fe25030
-first step into getting the lists away from the buggy mem1
...
(VERY beta, not suggested to use this version)
2013-01-20 23:30:28 +00:00
fix94.1
fd071afd36
-added the screenshot feature of dios-mios to the gc game options
...
-set down the upper mem2 usage to 43mb (security reasons)
-fixed the button position of launch neek2o
-updated english.ini
2013-01-20 11:34:21 +00:00
fledge68
d7b26aa108
- source menu fixes, restored back with 'b' button but you have to point off screen. fixed display of buttons on/off properly. and fixed emunand and realnand buttons so only one is selected at a time.
2013-01-19 21:41:05 +00:00
fix94.1
c49d88586b
-added new option to the game settings, Activity LED, with this
...
enabled you can toggle the drive led for wii and gc games
-updated english.ini
2013-01-19 20:48:07 +00:00
fix94.1
b700d056b8
-added custom sd card ogc file like we did with usb already
...
-proper cleaning the memory now for the devices so a ios
reload will work just fine without breaking sd/usb io
2013-01-19 18:32:46 +00:00
fix94.1
d5d2c6b4de
-reserved 6mb exclusively for the sd and usb device and partition
...
handling, now we have 44mb for everything else left (we had 47mb before)
2013-01-19 16:09:56 +00:00
fix94.1
28900c6ca2
-hopefully fixed a homebrew loading bug
2013-01-19 15:12:24 +00:00
fix94.1
69053ef561
-reverted the changes of r858 for now because of some problems
2013-01-19 14:44:52 +00:00
fix94.1
d27f881ac1
-made the wait animation smoother and better looking using the
...
original 10 frame pngs (thanks to our last rev for the free space)
2013-01-19 13:08:48 +00:00
fix94.1
b96e14f30e
-added a way to reduce the alpha channel on pngs
...
-removed 24 pngs from the download country selection, using the
internal wiiflow alpha reducer from now on for that (saves 127kb)
2013-01-19 12:33:52 +00:00
fledge68
0a7c9bd78d
- Fix for source menu again. Added allplugins button back in. seems to be what was causing trouble for a lot of people
2013-01-18 21:40:55 +00:00
fledge68
d2174a2bd1
- Hopefully fixed source menu. working for me
2013-01-18 14:16:46 +00:00
fix94.1
95e4327ab6
-lets use the old coverflow cover loader again, just slightly
...
changed
2013-01-17 18:52:56 +00:00
fledge68
73f0bd92a0
-small fixes for r852. completely removed all plugins source option. fixed display of buttons with multiple magic numbers (n64). fixed display of source icon on main screen when multiple sources are selected - it now displays usb instead of dml.
2013-01-15 17:24:42 +00:00
fledge68
d5b16e66da
Now you can combine views using the source menu. The source menu now works in two ways. First, the old point and click with 'A' to select a single source. And now, Second, choose the sources you want to see with the 'B' button. They'll click from off to on and back. when done selecting click on the back button or press 'Home'.
...
Note: The All Plugins source option has been removed and choosing either nand button on mutiple selection loads the nand you last used (real or emu)
The categories_v4.ini had to also be slightly modified to work with this. It will now contain a single 'GENERAL' section which contains the number of categories and the name of each. A suggestion, I would use the first 20 for bostonbc's genres and ratings and the next ten or so for movie types(mplayerce) and the next ten or so for misc.
When using more than one source the partition selection and emu nand settings in config are disabled for now.
The source button on the main screen still works the same including the d-pad option.
Most of the credit for this goes to Fix94 for setting wiiflow up for this a long time ago. I just took the 80% of work he'd already did and finished by getting it to work with the source menu. Note there may be some issues.
2013-01-15 13:54:33 +00:00
fix94.1
6ec1122f84
-fixed a small coverflow cover loading bug
2013-01-14 21:26:08 +00:00
fix94.1
0129ca9053
-changed the coverflow cover loader, now it should not run
...
out of memory anymore, but therefore some coverflow views will
may take longer to load covers
-made that cover case color check easier and faster
2013-01-13 15:45:05 +00:00
fix94.1
0041618cb1
-from now on wiiflow will save the current coverflow view on game
...
boot, as soon as you boot wiiflow again/return to wiiflow you will
return to this view once, if you boot wiiflow again then you will
be back in normal wii games view until you boot another game
2013-01-10 18:12:15 +00:00
fix94.1
f52967ac7a
-added game count behind the view notice
...
-set up duration of the view notice from 1 second to 2 seconds
2013-01-06 21:17:30 +00:00
fix94.1
7cda297245
-some small compression corrections
2013-01-06 18:33:29 +00:00
fix94.1
47fe516390
-added new channel boot option to boot the game via apploader
...
(disabled by default), before it always was used and now its
only done if you select this option, if you disable this option
you can enable video patches and whatever and they finally work
2013-01-05 17:12:13 +00:00
fix94.1
1791a28b61
-added new option, "neek_return_default" (no by default), if you
...
set it to no then wiiflow will use the "path" directory in [NAND]
section to return to neek, if you set it to yes then wiiflow will
not set any path to return to neek
2013-01-04 18:16:12 +00:00
fix94.1
7b738cbe73
-changed version number to Beta 4.1.1
...
-fixed a possible return to neek bug
-some cleanup
2013-01-01 17:42:46 +00:00
fix94.1
6162cc7a3f
-set up the maximum homebrew load filesize from 16mb to 32mb
2012-12-30 14:11:16 +00:00
fix94.1
ea454990dd
and derp x3! Just kidding, the previous rev fixed a possible neek bug
...
and this one may fixed yet another neek bug :P
2012-12-28 17:33:55 +00:00
fix94.1
b711e3e774
derp x2
2012-12-28 17:25:54 +00:00
fix94.1
d9e58b275d
derp
2012-12-28 17:23:27 +00:00
fix94.1
ff08312b3a
-made the plugin coverflow id stuff as needed for categories etc
2012-12-28 17:18:49 +00:00
fix94.1
1a2f1aa028
-some more cleanup and hopefully fix of that strange codedump in
...
plugin coverflow
2012-12-28 14:19:40 +00:00
fix94.1
c05d9e4fd1
-fixed another emu nand save emu bug
2012-12-28 00:12:07 +00:00
fix94.1
4cb521304f
-cleaned up some more shit, should give us more free mem and speed
...
-maybe fixed that strange wii button power off codedump
2012-12-27 20:22:40 +00:00
fix94.1
29a7c2e943
-some code and image cleanup
...
-added Abz to the list of testers
-updated dutch.ini
2012-12-27 17:01:04 +00:00
fix94.1
ef9ebea794
-fixed wii savegame emulation (derp)
...
-fixed wii games were unable to get online
-automatically update the internal nand save if the wiiflow.ini
got changed
2012-12-27 01:08:16 +00:00
fix94.1
45441ded06
-BETA wiiflow saves ios settings on the NAND from now on, so
...
loading up wiiflow is much faster if you use force cIOS load,
you can actually delete, move, copy or whatever the save directly
from the system menu like a normal game save (may more things will
be done in the future this way)
2012-12-26 23:22:44 +00:00
fledge68
903d3fba50
-Added plugin partition saves. now when you have plugin roms on different partitions wiiflow will automatically change to that partition when you use a source menu button to select a plugin.
2012-12-25 19:09:41 +00:00
fix94.1
26a7357e4e
-updated spanish.ini again (thx ravmn)
...
-changed "About" to "Credits" (yea Abz that should be)
-slightly modified the IOS handling on wiiflow boot, the IOS
gets reloaded to prevent a not working patching system and if
the main IOS (default 249) is found wiiflow will reload into it
-in the startup settings, display AUTO instead of 0
-added some security wait before init/deinit ISFS
2012-12-25 13:42:53 +00:00
fledge68
dcdc39434b
-Making sure the full screen banner play and back buttons don't show up when they're not supposed to when using certain themes.
2012-12-24 15:33:53 +00:00
fix94.1
fb00125328
-small nand emu fix for d2x cios on game boot
2012-12-24 12:19:30 +00:00
fledge68
0c9ea8ae10
-Added parental lock to categories menu - issue 156. Now with lock on you can't set a category to hidden or un-hide a hidden category. Also with lock on you can't access categories per game.
2012-12-23 14:44:04 +00:00
fix94.1
32b19866c8
-some code cleanup
2012-12-22 22:37:11 +00:00
fix94.1
6abcd44055
-fixed nand emulation from sd card (just tested with wii saves yet)
2012-12-22 22:28:58 +00:00
fix94.1
4dbef7ab4d
-fixed savegame emu bug from r818
...
-more and longer wifi gecko messages
2012-12-22 20:57:23 +00:00
fix94.1
aeee973e08
-fixed some things of r818
...
-slightly modified ios patching system
2012-12-22 18:57:19 +00:00
fix94.1
f6d08052d2
-unfinished modified code for nand emulation, you can now enter the
...
nand emu view without loading into some cios, only if you boot a game
it will need to reload it (dont even think about it to report bugs yet)
2012-12-22 16:47:02 +00:00
fix94.1
9c4626ab77
-added a new settings page to select if you want to force load
...
a cios and which cios you want to force load (0 means the default)
-hopefully fixed most network init problems when doing a ios reload
-updated english ini
2012-12-21 19:51:22 +00:00
fix94.1
cdbeb14b2b
-added missing ios reload on game install fail
2012-12-21 15:20:11 +00:00
fix94.1
cf903ce99a
-replaced the help button in the home menu with a install game button
...
-replaced the about button in coverflow with the wiiflow help
-added partition selection to the install game menu
-modified the pos of the go button (themers, update plz)
-new text for translators, "Install Game" in "home7"
-updated english and german ini
2012-12-21 15:11:24 +00:00
fix94.1
09638f273a
-changed version number to Beta 4.0.6
...
-fixed shutdown in vwii mode
-fixed return to in vwii mode
2012-12-15 13:06:33 +00:00
fix94.1
a8ba1f8e49
-fixed memory leak in download manager
...
-keep AHBPROT patched out on channel load
-only if no cIOS is found boot a real nand channel with a normal IOS
2012-12-09 20:21:47 +00:00
fix94.1
e564058569
-use regular ios if booting channels from real nand
...
(fixes wiiu wii mode and maybe original nintendo channels)
2012-12-08 21:16:05 +00:00
fix94.1
11276dbcbb
-fixed a stupid bug with the new boot method of stuff :P
2012-12-08 18:45:48 +00:00
fix94.1
3029c59e13
-fixed plugin coverflow not reloading on changed plugins using
...
the plugin menu in the global settings
-using different way to boot something (affects all views)
2012-12-08 17:30:00 +00:00
fix94.1
c19f116046
-cleaned up debug message system
...
-improved wifi gecko (now buffers messages, more stable etc)
2012-12-08 16:17:35 +00:00
fix94.1
470e40a9e6
-using isfs patches of postloader because they are open source
...
and work just fine with the wiiu wii mode compared to the old one
2012-12-08 00:25:07 +00:00
fix94.1
5028f33930
-added homebrew channel 1.1.1 support
...
-fixed the exit to option usage in the global settings
2012-12-07 22:40:16 +00:00
fix94.1
f05f2881db
-fixed shutdown issues of wiiflow using the wii power button
2012-12-07 20:10:05 +00:00