1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-01-10 07:44:10 +01:00
Commit Graph

21 Commits

Author SHA1 Message Date
b4ab8ac4f5 Change GH action icon location 2024-09-13 21:29:54 +02:00
8d8d38d5c0 Move from travis to gh actions 2024-09-13 21:27:40 +02:00
f1f64cf4d4 Added WHDLoad support 2024-09-13 18:18:35 +02:00
148d28dac2 Make archive name and archiver for savestate optional. 2024-09-11 21:23:49 +02:00
75d2cff96c Drop Python2 support. 2022-09-02 19:01:56 +02:00
193e487bb9 Fix download link and typo in readme 2017-06-19 19:55:02 +02:00
eb9012f3fa Readme update 2017-01-12 21:09:12 +01:00
efbb5f6f05 Readme update 2017-01-09 06:41:16 +01:00
00e3cf9801 Introduced new configuration variable $WRAPPER
Calculation of file path may be performed in two different places -
first is the original location of the config file, second is on copied
one. Adding new option WRAPPER will take the same role as $CONFIG,
except it will be only parsed on copied configuration file.

An alternative would be to check existence in both places, but I'd like
to have it explicit.
2017-01-08 19:40:27 +01:00
853dca385e Readme update 2017-01-07 09:55:22 +01:00
6d84fc4b8a Make wrapper_archiver option mandatory in savestare module 2017-01-07 09:43:53 +01:00
c5ce27e637 Added savestate wrapper module 2017-01-07 09:31:59 +01:00
0cbe6fc9d0 Added wrapper_save_state option 2017-01-03 19:34:42 +01:00
1d35436dee Fixed tests for wrapper modules
Exchanged os.rename with shutil.move since there was a problem with
moving files between different filesystems.
2017-01-03 06:01:30 +01:00
5f98e9b794 Moved save state out of _make_archive method
Now _save_save method will be called from run() method.
2017-01-02 19:30:09 +01:00
48bb1b1e1f Bumped version, readme update 2017-01-02 15:46:07 +01:00
6667f5c5be README update 2016-12-27 22:13:39 +01:00
b3cbd915a5 Added plain module to the docs 2016-12-23 18:46:53 +01:00
9037f013d3 Added travis conf 2016-12-19 20:27:52 +01:00
e3cfd02686 Readme update 2016-12-19 18:24:37 +01:00
a70befad3b Initial commit 2016-12-18 20:42:04 +01:00