Fix navigation on the graphics settings page
The cursor didn't move with the left stick, only the D-pad. (Disable unnecessary workflows)
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
name: re3 conan+cmake build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-cmake:
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
name: reVC premake amd64 build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GLFW_VER: "3.3.2"
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
name: re3 premake x86 build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GLFW_VER: "3.3.2"
|
||||
|
||||
Reference in New Issue
Block a user