Commit Graph

16 Commits

Author SHA1 Message Date
Josh Shippam 0600710af5 Update README.md 2023-09-10 02:05:17 +01:00
Pengfei f74a498c3c Update README.md 2021-09-01 19:04:03 +08:00
Pengfei 412aeaa0d4 Use Github Actions instead of Travis
Moved MSVC to Github Actions as well.
2021-06-27 00:11:09 +08:00
zhupengfei b89376faa8 Update README.md 2020-11-28 20:49:45 +08:00
Pengfei Zhu 945292426d Update README.md 2020-01-27 16:10:38 +08:00
zhupengfei 5cbe69388f Add support for config savegame 2019-10-02 20:06:39 +08:00
zhupengfei 380a1da748 Remove MSVC build 2019-10-02 18:36:19 +08:00
zhupengfei 5d675d605a Add system archives import 2019-10-02 16:00:32 +08:00
zhupengfei 9f9d1d85db frontend: Allow selection of views 2019-09-28 23:03:06 +08:00
zhupengfei 479dd327df core, frontend: Group contents by title / game instead of category
I may look to introduce a option to select in the future
2019-09-27 23:33:39 +08:00
zhupengfei d55af0108e core, frontend: Better progress reporter
A new "quick" decryptor is implemented. This is not really much faster (not slower either) but provides the benefit of being able to report progress on a single file. The frontend is updated accordingly to support this feature.
2019-09-12 22:08:44 +08:00
zhupengfei a4fbae4918 removes PDBs from package 2019-08-30 22:24:08 +08:00
zhupengfei c1bdea53c0 Fix stuff; add appveyor config 2019-08-30 21:12:15 +08:00
zhupengfei 75eafde45d Finish up README, make the tool buttons functional 2019-08-30 16:53:28 +08:00
zhupengfei 67e6b05e87 lots of important fixes
- DPFS container is fixed
- SD Savegame is fixed
- added slot0x25KeyX load
- added regex for titile ID
- added aes_keys.txt import
- sd savegame listing is fixed (uninitialized won't be listed any more)
- error handling is improved (removed asserts and replaced with return values)
- UI is now functional
- config is now checked in main
2019-08-30 15:33:47 +08:00
zhupengfei fd5106759a build system updates and other fixes
add preset config
import qt
separate core and frontend
2019-08-28 11:43:44 +08:00