1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Fix #25628: AVX2 and SSE4 availability not detected correctly

Co-authored-by: TBoshoven <TBoshoven@users.noreply.github.com>
This commit is contained in:
Gymnasiast
2025-12-10 15:21:49 +01:00
parent b1103708ea
commit 3a27ba7db1
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
- Fix: [#25571] Potential crash due to drawing a Crooked House ride.
- Fix: [#25588] When the master server becomes unreachable the server would not register again until a restart.
- Fix: [#25592] Log flume, river rapids, & splash boats can get control failure breakdown instead of brakes failure.
- Fix: [#25628] Availability of AVX2 and SSE4.1 is not detected correctly.
0.4.29 (2025-11-22)
------------------------------------------------------------------------

View File

@@ -27,6 +27,7 @@
#include "../Context.h"
#include "../Game.h"
#include "../core/CallingConventions.h"
#include "../core/File.h"
#include "../core/Path.hpp"
#include "../core/String.hpp"