Skip to content

Commit

Permalink
OpenGL95 - saving settings, GTA SA compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JHRobotics committed May 13, 2023
1 parent c723b64 commit 077444e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4.2023.10
0.4.2023.11
! R5G6B5 surface workaround - fixed black screen on (mostly) NVIDIA GPUs
- large Wine (DirectX) update

Expand All @@ -9,4 +9,4 @@
- quick fix - black screen in VirtualBox 6.1 (vmwsvga + vboxsvga)

0.4.2023.4
- first public release
- first public release
1 change: 1 addition & 0 deletions softgpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const settings_item_t settings[] =
{CHBX_SIMD95, 5},
{CHBX_FIXES, 6},
{BTN_ABOUT, 7},
{CHBX_GL95, 8},
{0, 0}
};

Expand Down
1 change: 1 addition & 0 deletions softgpu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ HKLM\Software\OpenGlide\u9.exe\HideCursor;2
HKLM\Software\Mesa3D\u9.icd\DIRECT_VRAM;0
HKLM\Software\Mesa3D\u9.exe\DIRECT_VRAM;0
HKLM\Software\Wine\tp_win32.exe\MaxShaderModelVS;DWORD:0
HKLM\Software\Wine\gta_sa.exe\MaxShaderModelVS;DWORD:0

0 comments on commit 077444e

Please sign in to comment.