Fledge68
a01f922e54
Merge pull request #100 from DDinghoya/patch-9
...
- Updated Korean translation.
2019-05-15 10:26:16 -05:00
Fledge68
29b8dccb52
- fix for issue #101 . goes to show not very many people use categories. or if they do they never report the problem.
2019-05-15 10:22:05 -05:00
Fledge68
1f7e19cfa1
This reverts commit 1fcf25a397
.
2019-05-15 10:16:53 -05:00
Fledge68
1fcf25a397
- fix to prevent SD Only to auto switch to on if you temporarily disconnect your USB drive. meaning SD only will stay off.
...
- also sd only fix for users with old versions of wfl switching to newer version that includes sd only.
2019-05-15 10:10:21 -05:00
Fledge68
331d1f1b31
Merge branch 'master' of https://github.com/Fledge68/WiiFlow_Lite
2019-05-15 09:58:42 -05:00
Fledge68
eb8a80f657
- fix to prevent SD Only to auto switch to on if you temporarily disconnect your USB drive. meaning SD only will stay off.
...
- also sd only fix for users with old versions of wfl switching to newer version that includes sd only.
2019-05-15 09:55:45 -05:00
DDinghoya
f5084058e4
- Updated Korean translation.
2019-05-14 17:47:24 +09:00
Fledge68
f6cf77c68f
Merge pull request #97 from Brawl345/patch05
...
Update German translation
2019-05-06 18:14:50 -05:00
Andreas Bielawski
0b0427fa6e
Update German translation
2019-05-06 22:37:28 +02:00
Fledge68
76b4308e01
- Added shutdown to idle standby option on page 12 of main settings. Set to yes for idle standby (yellow light). wii u users leave off.
2019-05-06 13:53:33 -05:00
Fledge68
0787670dea
- added options to copy real nand config and miis to emunand on page 3 of emu nand settings. if set to 'on' then when you launch a emu nand game sysconfig and/or miis from real nand will be copied to emu nand before launching the game. this solves issue #90 to keep your controllers synced in emu nand mode.
2019-05-06 09:13:18 -05:00
Fledge68
8b92b14656
- minor fix for last commit.
2019-04-29 08:26:06 -05:00
Fledge68
7bf04b023d
- set wiiflow to default to using cIOS. if you want to use IOS58 go to startup settings and set force load cios to 'no'.
...
- #92 doubled the length of char wfcTitle[] to 128 for long plugin rom titles. fixes possible rom covers not showing do to their title being longer than 64.
- #93 added .gcm as a extension for gamecube ISO's.
- fixed hiding homebrew icon via homebrew settings option.
2019-04-29 08:14:54 -05:00
Fledge68
d991834789
- fix game info plugin databases for systems that share the same database files by adding [COMBINED] into platform ini which will associate the platform name with the database name. for example: genesis=megadrive, famicom=nes. you must have the updated platform ini for this commit to work.
2019-04-10 06:51:06 -05:00
Fledge68
e246276188
- missed one in last commit
2019-04-10 06:29:25 -05:00
Fledge68
e53bb43cb9
- saving sourceflow tiers flow's to wiiflow lite ini under [SOURCEFLOW] now instead of the source menu/tier ini.
2019-04-10 06:16:32 -05:00
Fledge68
71555c7c14
- update for custom backgrounds. no longer add background= to source menu buttons. place backgrounds in wiiflow/backgrounds or wiiflow/backgrounds/{theme_name}. name them the same as the platform names under [PLUGINS] in platform ini. match case size. they can be png or jpg.
2019-04-09 10:39:03 -05:00
Fledge68
6236d9b93e
- now you can use subfolders to organize your wiiflow/plugins folder. make sure to adjust dolfile and bannersound paths if need be.
2019-04-08 13:19:14 -05:00
Fledge68
3d63886818
- now scummvm ini doesn't have to be in wiiflow/plugins. it can be in wiiflow/plugins/scummvm or apps/scummvm.
2019-04-08 13:13:34 -05:00
Fledge68
27102f4f6f
- fix for issue #85
2019-04-08 12:54:26 -05:00
Fledge68
a4968a91ac
- now platform ini is loaded on wiiflow start. instead of constantly loading and unloading it. platform ini is now used for gameinfo, coverflows, blank cover titles, and more.
...
- fixed some missing cleanup when leaving wiiflow. in particular the pointer textures and closing the language ini.
- new way to handle the custom blank covers by Abz. blank covers now must go in wiiflow/boxcovers/blank_covers folder and must be named after their platform name via platform ini. they can also now be png or jpg.
2019-04-08 11:10:30 -05:00
Fledge68
b829137794
- added get crc for dosbox conf files. thanks wiimpathy!
2019-03-29 15:26:22 -05:00
Fledge68
b7f4675c62
- additional fixes for last commit
2019-03-27 18:29:34 -05:00
Fledge68
90fd389aac
- improved cover loader by adding 3 tries to load the covers. 2nd and third tries are there just to get any missing covers that didn't load the first time.
...
- homebrew list is now cached again. if you add or delete an app you must do a reload cache.
- if you use the custom blank covers by Abz they now need to go in wiiflow/boxcovers/blank_covers folder.
- homebrew covers must go in wiiflow/boxcovers/homebrew for full covers or wiiflow/covers/homebrew for 2d front covers.
- now using a cache subfolder named homebrew for homebrew covers wfc files. to keep them separate from the game ID games.
- sourceflow now does cache covers the first time and any time you load a new tier. if the covers are already cached then you will only see the progress bar for a split second.
- other minor changes.
- one problem. when using small_box for homebrew covers it will use the apps icon.png and if it has transparency it will look like crap.
2019-03-27 11:45:43 -05:00
Fledge68
f581b3f193
- added using platform ini to get the proper coverflow from the current coverflow ini. requires the updated platform ini and an updated coverflow ini.
...
- removed the hard coded sideflow and shortflow.
- fixed using custom backgrounds whenever returning back to the game selected screen.
- added custom background cleanup to free the memory used by them.
2019-03-18 13:39:28 -05:00
Fledge68
521438e786
Update README.md
2019-03-17 18:48:31 -05:00
Fledge68
8a4662bb2f
- fix for custom background images when returning from game info menu.
2019-03-09 18:06:14 -06:00
Fledge68
8ba638346d
Merge pull request #82 from DDinghoya/patch-8
...
- Updated Korean translation.
2019-03-09 17:57:43 -06:00
Fledge68
ce3fd78286
Merge pull request #81 from Tetsuo-78/patch-4
...
Update italian.ini
2019-03-09 17:57:21 -06:00
Fledge68
b4626a02fb
Merge pull request #83 from Tetsuo-78/patch-5
...
Update italian.txt
2019-03-09 17:56:47 -06:00
Tetsuo-78
5ea4bfb29c
Update italian.txt
...
Updated for v5.2.0
2019-03-09 10:28:43 +01:00
DDinghoya
64fa15ef7f
- Updated Korean translation.
2019-03-09 17:39:15 +09:00
Tetsuo-78
af7ebdf4d5
Update italian.ini
2019-03-09 08:42:55 +01:00
Fledge68
0a92cdf902
Merge pull request #79 from Brawl345/patch04
...
Update German translation
2019-03-07 17:26:23 -06:00
Fledge68
86279d99ca
Merge pull request #80 from CrewMdk/patch-5
...
Update spanish.ini
2019-03-07 17:26:11 -06:00
CrewMdk
e0b8a26b6d
Update spanish.ini
2019-03-07 02:03:57 -06:00
Andreas Bielawski
5e5bf6ed95
Update German translation
2019-03-06 23:42:10 +01:00
Fledge68
e1880e9fd4
- added 'Lock coverflow layouts' option to page 12 of main settings. set to yes this will disable the 1 and 2 buttons to keep users from switching flow layouts.
2019-03-06 12:52:12 -06:00
Fledge68
cba6c0bcd6
- moved source menu settings to page 12 of main settings. no more pressing 'home' while viewing the source menu/flow.
2019-03-06 07:30:56 -06:00
Fledge68
5dc8212037
- replaced homebrew button on main screen with categories button. new images thanks to Hakaisha. no more 'B' on favorites star.
...
- replaced adult only button on game selected screen with categories button.
- homebrew button is now restored as one of the quick launch buttons or accessible via source menu or plugin select menu.cpp
- adult only option now replaces the categories option of the game settings menu page 1 line 1.
- locking wiiflow no longer blocks homebrew access. you must use the adult only option for each homebrew app to block kids from accessing it.
- other minor code changes and fixes.
2019-03-04 14:29:46 -06:00
Fledge68
6cb6c64f77
- added scummvm games to the rom info menu. but only via their title (not crc). Thanks to Wiimpathy!
...
note you will need v2 of his wiiflow database zip file.
2019-02-26 16:01:14 -06:00
Fledge68
0151146562
- minor coverflow code change.
2019-02-26 15:49:47 -06:00
Fledge68
5407cfdf87
- added a fix for plugin rom game info when using a multi platform plugin, ie. genplusgx, wiimednafen, vbagx. if a multi platform plugin is detected then we get the rom's filename extension and use it to determine the platform. if its a zip file we get the filename from inside the zip file. this fix requires an updated platform ini which will be supplied with wfl v5.2.0
2019-02-25 06:09:46 -06:00
Fledge68
f9f23f9048
- now when changing coverflow layout with '1' and '2' the current cover stays as the current cover.
2019-02-18 14:40:07 -06:00
Fledge68
0e58df8918
- some more fanart code cleanup
2019-02-17 15:35:36 -06:00
Fledge68
09e793655d
- code patch to make sure -0.00 shows as 0.00 for values on adjust coverflow menu.
...
- moved parameter selection from middle top to next line on left to keep from mixing with coverflow title.
2019-02-15 19:07:46 -06:00
Fledge68
ec68091e44
Merge pull request #70 from Tetsuo-78/patch-3
...
Update italian.ini
2019-02-15 14:49:17 -06:00
Tetsuo-78
1c16e96664
Update italian.ini
2019-02-15 02:35:51 +01:00
Fledge68
97952d901e
- fix classic controller left stick by removing old wiiuse libs from portlibs and use newer libs in libogc. also adjusted lstick and ristick values in btnmap.h
2019-02-13 11:22:08 -06:00
Fledge68
3556a5e851
Merge pull request #68 from DDinghoya/patch-7
...
- Updated Korean translation.
2019-02-11 15:34:18 -06:00