Currently I'm working on Vulkan, Wine 6 and Wine 7. If you want to ask questions or get the latest code, you should go over to github https://github.com/danoon2/Boxedwine
if an error happens, show it in a popup.
Merge branch 'james/mac_m1_build_for_normal_core'
Merge branch 'james/bit_instruction_fix'
Updated on 16-bit memory addresses calculated for bit instructions. Thanks to jmarsh on vogons for pointing out how to do this.
Fixed a bug when relaunching a boxedwine game/app from the UI in the same process. When the previous game/app was torn down, it didn't clear out a global variable.
Merge branch 'james/20.1.2/Fixes'
SDL uses WASAPI for sound by default. For some reason this doesn't work on Windows 7 and will just hang the audio and app. To get around this I will set the environment variable, SDL_AUDIODRIVER, to directsound on Windows 7. Thanks to GOG.com QA for finding this Windows 7 issue