stupid
This commit is contained in:
@@ -13,7 +13,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||
|
||||
@Mixin(Window.class)
|
||||
public class MixinWindow {
|
||||
@Inject(method = "<init>", at = @At(value = "INVOKE", target = "setBootErrorCallback"))
|
||||
@Inject(method = "<init>", at = @At(value = "INVOKE", target = "Lcom/mojang/blaze3d/platform/Window;setBootErrorCallback()V"))
|
||||
private void injectInitWindow(WindowEventHandler eventHandler, ScreenManager monitorTracker, DisplayData settings, String fullscreenVideoMode, String title, CallbackInfo ci) {
|
||||
//System.load("C:\\Program Files\\RenderDoc\\renderdoc.dll");
|
||||
var prop = System.getProperty("voxy.forceGpuSelectionIndex", "NO");
|
||||
|
||||
Reference in New Issue
Block a user