Commit graph

301 commits

Author SHA1 Message Date
Zesty Fernandez
599ba61422 Revert "Removed all the issues with async and non async items"
This reverts commit 1dc857d71f.
2022-07-14 08:48:22 -07:00
Zesty Fernandez
66bb454fe9 Revert "Made calls sync that were giving me issues and built out the path for blank.ini"
This reverts commit 904d314697.
2022-07-14 08:47:18 -07:00
Zesty Fernandez
3f6530f715 Revert "Moved some awaits to tasks"
This reverts commit af688c23f6.
2022-07-14 08:46:25 -07:00
Zesty Fernandez
ba059b7fc8 Revert "Made changes to make UWUVCI work as async, but it hangs for a while on first boot"
This reverts commit ef7ceb2400.
2022-07-14 08:44:00 -07:00
Zesty Fernandez
467506c427 Revert "Fixed the rest of the async issues"
This reverts commit be7318717b.
2022-07-14 08:43:49 -07:00
ZestyTS
32688f23cb Found more mvm's that were awaited that shouldn't be 2022-07-12 19:50:41 -07:00
ZestyTS
0a80c87999 Updating version to 3.0.2 2022-07-12 18:02:53 -07:00
ZestyTS
0c3c1f90cf
Merge pull request #31 from stuff-by-3-random-dudes/Asynicify
Asynicify
2022-07-11 13:30:00 -07:00
ZestyTS
9ae5b21d67 Merge branch 'dev' into Asynicify 2022-07-08 21:53:21 -07:00
ZestyTS
b28aa423bb Made the Update Button actually do something 2022-07-08 21:47:16 -07:00
ZestyTS
d6f044a84e
Merge pull request #30 from ZestyTS/NDS-Zip
NDS and Zip
2022-07-05 00:11:38 -07:00
ZestyTS
2229cb7d80 Removed 7zip from NDS and instead used ZipAchive 2022-07-04 19:29:01 -07:00
ZestyTS
92d2dc2e16
Merge pull request #29 from ZestyTS/ErrorMessages
Error messages
2022-07-04 12:35:14 -07:00
ZestyTS
377d8cdfb8 Added more helpful error messages 2022-07-04 12:34:35 -07:00
ZestyTS
6b8fab28e3 Removed unnecessary comment 2022-07-04 12:34:15 -07:00
ZestyTS
af688c23f6 Moved some awaits to tasks 2022-07-04 11:39:02 -07:00
ZestyTS
348d11b3ac Tells people to have about 30ish GB of space instead of the 14 it said before 2022-07-03 01:04:13 -07:00
ZestyTS
be7318717b Fixed the rest of the async issues 2022-07-03 00:58:03 -07:00
ZestyTS
ef7ceb2400 Made changes to make UWUVCI work as async, but it hangs for a while on first boot 2022-07-03 00:13:08 -07:00
ZestyTS
904d314697 Made calls sync that were giving me issues and built out the path for blank.ini 2022-07-02 21:06:25 -07:00
ZestyTS
1dc857d71f Removed all the issues with async and non async items 2022-07-02 00:46:56 -07:00
ZestyTS
77b89900bd Removed all but three of the errors 2022-07-02 00:13:33 -07:00
ZestyTS
3fb1af95a6 Merge branch 'dev' into Asynicify 2022-07-01 23:58:41 -07:00
ZestyTS
1433f3b744
Merge pull request #28 from stuff-by-3-random-dudes/MvmRefactor
Refactored all of the UWUVCI-Images code to point to one function
2022-07-01 23:51:56 -07:00
ZestyTS
ee4958763f Fixed some bugs that might lead you to the wrong image 2022-07-01 14:50:00 -07:00
ZestyTS
00f4ff0fc5 Centralized all of the image retrieval code 2022-06-30 12:25:36 -07:00
ZestyTS
b207b69da2 Moved all the "easy" stuff to async 2022-06-30 11:49:52 -07:00
ZestyTS
3372052131 Converted items that could be in a using statement 2022-06-30 10:58:17 -07:00
ZestyTS
b2d82c670e Updated to version 3.0.1 2022-06-15 20:19:56 -07:00
ZestyTS
d52aedb22d Added me as a credit 2022-06-15 20:19:26 -07:00
ZestyTS
2078c585fa
Merge pull request #23 from danny8376/gc_romcode_fix
Modify reserved_flag2 for GC injections
2022-06-15 20:11:29 -07:00
ZestyTS
4aceb9e947
Merge pull request #24 from stuff-by-3-random-dudes/dependabot/nuget/UWUVCI-AIO-WPF/SharpZipLib-1.3.3
Bump SharpZipLib from 1.2.0 to 1.3.3 in /UWUVCI AIO WPF
2022-06-15 20:10:21 -07:00
dependabot[bot]
6f0539bb77
Bump SharpZipLib from 1.2.0 to 1.3.3 in /UWUVCI AIO WPF
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.2.0 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.2.0...v1.3.3)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 20:44:52 +00:00
DannyAAM
a655047808
fix for using correct iso file for rom code 2022-04-25 10:34:17 +08:00
DannyAAM
01b3c562b6
also replace romcode for gc injections 2022-04-25 10:14:50 +08:00
ZestyTS
f9c3cc2db5
Create README.md 2022-04-09 12:19:17 -07:00
ZestyTS
4e72a78490 Update AssemblyInfo.cs 2022-03-08 23:58:16 -08:00
ZestyTS
5ccd8988aa Removing code that would force crash UWUVCI if using tga 2022-03-08 23:50:52 -08:00
ZestyTS
c336c0b4bc
Merge pull request #21 from stuff-by-3-random-dudes/dev
Dev
2022-03-06 08:06:09 -08:00
ZestyTS
e7a43fda9f Added check to not get stuck in a bootloop 2022-03-04 12:01:55 -08:00
ZestyTS
ea48e60e37 Added support for GBA required files 2022-03-04 12:01:43 -08:00
ZestyTS
5432f4f6a5 Cleaning up merge 2022-03-04 10:50:39 -08:00
ZestyTS
d2a834e634
Merge pull request #20 from ZestyTS/GBA-DarkFilter-Overhaul
Gba dark filter overhaul
2022-03-04 10:46:37 -08:00
ZestyTS
04e1050cf4 Removed Beta from name 2022-03-04 10:43:13 -08:00
ZestyTS
0b4ff0f638 Added Coffee 2022-03-04 10:41:07 -08:00
ZestyTS
e8caa778ab Order of operations matter, gdi 2022-03-04 10:15:56 -08:00
ZestyTS
b7f48c25ca Uses the exe of mArchive to attempt remove darkFilter 2022-03-04 03:37:27 -08:00
ZestyTS
2e10935ba5 Update SettingsFrame.xaml.cs 2022-03-04 01:26:24 -08:00
ZestyTS
bca4845a60 Cleaned up code, added better error handling, attempted to fix darkFilter 2022-03-04 01:13:26 -08:00
ZestyTS
30fa141738 Update SettingsFrame.xaml.cs 2022-03-04 01:12:54 -08:00