Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
- fixes #397
  • Loading branch information
ThirteenAG committed Jan 8, 2024
1 parent 54bc3c7 commit 70feea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ This projects aims to fix some issues in Grand Theft Auto IV: Complete Edition.

**Special thanks to [Parallellines0451](https://github.com/Parallellines0451) [AssaultKifle47](https://github.com/akifle47), [RaphaelK12](https://github.com/RaphaelK12), [robi29](https://github.com/robi29) and [\_CP_](https://github.com/cpmodding) for directly contributing with fixes, to [Shvab](https://github.com/d3g0n-byte) for making RAGE Shader Editor.**

**Fusion Fix uses dx hook to implement some features. It causes certain 3rd party software to crash/hang the game. To avoid this, Fusion Fix prevents [certain dlls from injecting into the game's process](https://github.com/ThirteenAG/GTAIV.EFLC.FusionFix/blob/master/source/dllblacklist.ixx#L15).**

### General
- Fixed z-fighting by implementing a logarithmic depth buffer
- Fixed LOD pop-in
Expand Down
17 changes: 0 additions & 17 deletions source/dllblacklist.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,6 @@ std::vector<std::wstring> dlllist = {
L"NahimicMSIOSD.dll",
L"nhAsusPhoebusOSD.dll", // ASUS Phoebus
L"MirillisActionVulkanLayer.dll",
L"\x56\x52\x61\x64\x69\x6F\x2E\x61\x73\x69",
L"\x56\x57\x65\x61\x70\x6F\x6E\x2E\x61\x73\x69",
L"\x49\x56\x46\x69\x78\x65\x73\x49\x6D\x70\x72\x6F\x76\x65\x6D\x65\x6E\x74\x73\x2E\x61\x73\x69",
L"\x49\x56\x45\x78\x74\x72\x61\x4D\x69\x73\x73\x69\x6F\x6E\x73\x2E\x61\x73\x69",
L"\x47\x46\x57\x4C\x50\x72\x6F\x74\x65\x63\x74\x69\x6F\x6E\x44\x69\x73\x61\x62\x6C\x65\x72\x32\x30\x31\x39\x2E\x61\x73\x69",
L"\x43\x68\x61\x72\x53\x77\x69\x74\x63\x68\x41\x64\x64\x6F\x6E\x2E\x61\x73\x69",
L"\x49\x56\x53\x69\x64\x65\x41\x63\x74\x69\x76\x69\x74\x69\x65\x73\x4D\x50\x2E\x61\x73\x69",
L"\x49\x56\x53\x69\x64\x65\x41\x63\x74\x69\x76\x69\x74\x69\x65\x73\x2E\x61\x73\x69",
L"\x5A\x4D\x65\x6E\x75\x49\x56\x2E\x61\x73\x69",
L"\x49\x56\x54\x77\x65\x61\x6B\x65\x72\x2E\x61\x73\x69",
L"\x42\x6F\x64\x79\x67\x75\x61\x72\x64\x73\x4D\x6F\x64\x2E\x61\x73\x69",
L"\x53\x74\x65\x61\x6D\x41\x63\x68\x69\x65\x76\x65\x6D\x65\x6E\x74\x73\x2E\x61\x73\x69",
L"\x57\x61\x72\x64\x72\x6F\x62\x65\x4D\x6F\x64\x2E\x61\x73\x69",
L"\x49\x56\x4D\x65\x6E\x75\x41\x50\x49\x2E\x61\x73\x69",
L"\x5A\x6F\x6C\x69\x6B\x61\x50\x61\x74\x63\x68\x2E\x61\x73\x69",
L"\x44\x69\x76\x69\x6E\x67\x4D\x6F\x64\x2E\x61\x73\x69",
L"\x47\x54\x41\x49\x56\x45\x78\x74\x72\x61\x4F\x70\x74\x69\x6F\x6E\x73\x2E\x61\x73\x69",
};

typedef void(WINAPI* LdrLoadDllFunc) (IN PWCHAR PathToFile OPTIONAL, IN PULONG Flags OPTIONAL, IN PUNICODE_STRING ModuleFileName, OUT HMODULE* ModuleHandle);
Expand Down

0 comments on commit 70feea3

Please sign in to comment.