Commit Graph

6 Commits

Author SHA1 Message Date
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