Compare commits
No commits in common. "07dde0153748598f7d656c2e9960def780239137" and "4e83a7bb917f454d46a5db6d4599b06ae5377e3f" have entirely different histories.
07dde01537
...
4e83a7bb91
BIN
SKSE/Plugins/versionlib-1-6-1179-0.bin
(Stored with Git LFS)
BIN
SKSE/Plugins/versionlib-1-6-1179-0.bin
(Stored with Git LFS)
Binary file not shown.
BIN
enderal.ico
(Stored with Git LFS)
BIN
enderal.ico
(Stored with Git LFS)
Binary file not shown.
@ -12,7 +12,7 @@ namespace ForceBorderless
|
||||
std::uint8_t code[] = { 0xB8, 0x01, 0x00, 0x00, 0x00, REL::NOP, REL::NOP }; // mov eax,0x1
|
||||
auto version = REL::Module::get().version();
|
||||
|
||||
if (version >= REL::Version(1, 6, 1130, 0) && version <= REL::Version(1, 6, 1179, 0)) {
|
||||
if (version >= REL::Version(1, 6, 1130, 0) && version <= REL::Version(1, 6, 1170, 0)) {
|
||||
logger::info("Initializing borderless mode...");
|
||||
REL::Relocation<std::uintptr_t> target{ REL::ID(36547), 0xBEA };
|
||||
REL::safe_write(target.address(), code, sizeof(code));
|
||||
|
Loading…
Reference in New Issue
Block a user