issues
search
FaithBeam
/
Sims-1-Complete-Collection-Widescreen-Patcher
Patches The Sims 1 to a custom resolution.
MIT License
237
stars
8
forks
source link
Merge use-splat Branch
#69
Closed
FaithBeam
closed
1 year ago
FaithBeam
commented
1 year ago
This PR includes these changes:
Ups the version to 3.4.0
Reduced the executable sizes by compressing and trimming them
Windows: 55.9mb -> 35mb
Linux: 73.5mb -> 44.4mb
macOS: 64mb -> 56.7mb
Update Avalonia 11.0.0-preview2 to 11.0.0-rc1.1
The GUI now follows your computer's theme (Light and dark)
Uses Splat for service location which allows us to consolidate windows, linux, and macos solutions into one file
Automatically determines which version of ddrawcompat to use based on the Windows version which should fix #61
Windows 10 and newer get ddrawcompat 0.4.0
Windows 8.1 and older get ddrawcompat 0.3.2
Use StorageProvider.OpenFilePickerAsync instead of obsolete OpenFileDialog
This PR includes these changes: