1 parent b3d6017 commit f32d722Copy full SHA for f32d722
1 file changed
src/lib.rs
@@ -2508,6 +2508,8 @@ unsafe fn injector() {
2508
patch(0x6dfbec, &[b'2']);
2509
// save new .gm82 projects to subfolder when using "save as" dialog
2510
patch_call(0x6e06b3, make_new_folder as _);
2511
+ // default to .gm82
2512
+ patch(0x6e0734, &['2' as u8]);
2513
2514
// install extensions to own directory if possible
2515
patch_call(0x713cdf, install_extensions_to_exedir_if_possible as _);
0 commit comments