From 7115722c27ed0bd06096ed8458b912c0fc19bbe0 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Sun, 27 Apr 2003 05:09:30 +0000 Subject: [PATCH] TLS Sucks --- Source/Win32/CxbxKrnl/Emu.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Win32/CxbxKrnl/Emu.cpp b/Source/Win32/CxbxKrnl/Emu.cpp index 9068c867a..02b887a4b 100644 --- a/Source/Win32/CxbxKrnl/Emu.cpp +++ b/Source/Win32/CxbxKrnl/Emu.cpp @@ -284,9 +284,6 @@ extern "C" CXBXKRNL_API void NTAPI EmuInit(uint32 TlsAdjust, Xbe::LibraryVersion // ****************************************************************** extern "C" CXBXKRNL_API void NTAPI EmuCleanup(const char *szErrorMessage) { - if(EmuIsXboxFS()) - EmuSwapFS(); // Win2k/XP FS - // ****************************************************************** // * Print out ErrorMessage (if exists) // ******************************************************************