Skip to content

Instantly share code, notes, and snippets.

View gort818's full-sized avatar

Alessandro gort818

  • Los Angeles
View GitHub Profile
Computer Information:
Manufacturer: ASUSTeK COMPUTER INC.
Model: ROG STRIX B650E-F GAMING WIFI
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 9 7900X 12-Core Processor
CPU Family: 0x19
diff --git a/src/gl/gl_hud.cpp b/src/gl/gl_hud.cpp
index 12d8e8c..4727313 100644
--- a/src/gl/gl_hud.cpp
+++ b/src/gl/gl_hud.cpp
@@ -117,8 +117,14 @@ void imgui_create(void *ctx)
return;
imgui_shutdown();
- imgui_init();
- inited = true;
from .. import usbhid
profile = {
"name": "SteelSeries Aerox 3 Wireless",
"models": [
{
"name": "SteelSeries Aerox 3 Wireless",
"vendor_id": 0x1038,
"product_id": 0x1838,
diff --git a/src/gl/imgui_hud.cpp b/src/gl/imgui_hud.cpp
index f835c65..769253e 100644
--- a/src/gl/imgui_hud.cpp
+++ b/src/gl/imgui_hud.cpp
@@ -83,8 +83,8 @@ void imgui_init()
sw_stats.engineName = "WineD3D";
else
sw_stats.engineName = "OpenGL";
- if (engineName == "ZINK")
- sw_stats.engineName = engineName;
[ 0.000000] Linux version 5.12.2-154-tkg-pds (linux512-tkg-pds@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 TKG SMP PREEMPT Tue, 11 May 2021 01:18:20 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux512-tkg-pds root=UUID=65df3fc5-aa94-4802-8a12-6d444db5bc07 rw resume=UUID=3f582087-89bc-4161-9038-c56c8f09c39e zswap.enabled=1 zswap.compressor=lz4
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
#!/bin/bash
# ENV variables
Env=(
'mangohud'
'DXVK_ASYNC=1'
'WINEDEBUG=-all'
'gamemoderun'
'ENABLE_VKBASALT=1'
'WINEFSYNC=1'
From 0962962f9d2e4a7567ce4e0ee1abd71a36c123ae Mon Sep 17 00:00:00 2001
From: Alessandro Toia <gort818@gmail.com>
Date: Fri, 9 Apr 2021 17:51:12 -0700
Subject: [PATCH] Add QueryTraceA to sechost
---
dlls/advapi32/advapi32.spec | 2 +-
dlls/sechost/sechost.spec | 1 +
dlls/sechost/trace.c | 11 +++++++++++
3 files changed, 13 insertions(+), 1 deletion(-)
@gort818
gort818 / lug.patch
Last active April 2, 2021 01:13
stub for QueryTraceA
diff --git a/dlls/advapi32/advapi32.spec b/dlls/advapi32/advapi32.spec
index d5235c6adb9..1b7a83d347a 100644
--- a/dlls/advapi32/advapi32.spec
+++ b/dlls/advapi32/advapi32.spec
@@ -603,7 +603,7 @@
@ stdcall -import QueryServiceObjectSecurity(long long ptr long ptr)
@ stdcall -import QueryServiceStatus(long ptr)
@ stdcall -import QueryServiceStatusEx (long long ptr long ptr)
-# @ stub QueryTraceA
+@ stdcall QueryTraceA(int64 str ptr)
[Device]
Name=SteelSeries Rival 500
DeviceMatch=usb:1038:170e
Driver=steelseries
[Driver/steelseries]
DeviceVersion=1
Buttons=15
#DeviceIndex=1
Leds=2
#!/bin/bash
export MANGOHUD=1
# ENV variables
Env[0]='gamemoderun'
Env[1]='WINEDEBUG=-all'
# Set wine prefix
prefix=""