Skip to content

Commit

Permalink
v0.0.2 docs
Browse files Browse the repository at this point in the history
ChangeLog, build instructions and readme updated for v0.0.2
  • Loading branch information
plrguez committed Sep 19, 2020
1 parent 7e0d5cf commit e5572db
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 136 deletions.
44 changes: 44 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
2020-09-19 Fuse 1.5.4 OpenDingux/RetroFW v0.0.2

* Renamed OpenDingux/RetroFW options to prefix them with 'od_'.

You must check your options and enable/disable it again if needed.

Options renamed:
- Triple Buffer
- Show FPS instead of speed percentaje
- Confirm overwrite files
- Show hidden files
- Hotkey combos
- Auto-load media with custom roms

* Authomatic load of control mapping files for RZX Recordings.

* New options:
* General:
* 'Filter known extensions for load and save' (default enabled).
* 'Independendt directory access for each media type' (default disabled).
* 'Save last visited directory' (default disabled).

* Control mapping per game:
* 'Enable kempston joystick if needed' (default enabled).

* File dialogs:
* Select button assigned to switch on/off filters in file dialogs.
* Active filters are printed on title in file dialogs.
* Y button assigned to quick save. The filename to save is the name of
last filename loaded and default extension for the media being saved.
* For names entered manually if no extension supplied the default
extension for the saved media type will be assigned.

* Fixed eventual flashing attributes in virtual keyboard.

* Triple buffer. Trying to fix screen freeze when disable triple buffer.

* Makefiles refactored to reuse common rules.

* IPK build now has entry for systems and the manual is accesible

2020-08-24 Fuse 1.5.4 OpenDingux/RetroFW v0.0.1 released

* Initial release
10 changes: 6 additions & 4 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,26 @@ CFLAGS='-mips32 -O3'

4.- Build Fuse

For Opendingux:
For OpenDingux:

$ cd $HOME/src/fuse-1.5.7/Platform/GCW0
$ make

fuse-gcw0.opk should be created in $HOME/src/fuse-1.5.7/Platform/GCW0/build
fuse-1.5.7-od-v{version}.opk should be created in $HOME/src/fuse-1.5.7/Platform/GCW0/build

For RetroFW 2:

$ cd $HOME/src/fuse-1.5.7/Platform/RETROFW2.0
$ make

fuse-retrofw.opk should be created in
fuse-1.5.7-retrofw-v{version}.opk should be created in
$HOME/src/fuse-1.5.7/Platform/RETROFW2.0/build

For RetroFW 1:

$ cd $HOME/src/fuse-1.5.7/Platform/RETROFW1.0
$ make

fuse.ipk $HOME/src/fuse-1.5.7/Platform/RETROFW1.0/build
fuse-1.5.7-retrofw-v{version}.ipk $HOME/src/fuse-1.5.7/Platform/RETROFW1.0/build

In all cases {version] is for OpenDingux/RetrFW version
Loading

0 comments on commit e5572db

Please sign in to comment.