Skip to content

Commit

Permalink
rename mode to hw-accel
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Dec 28, 2024
1 parent 6bdfb29 commit 4285e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Disable-Hardware-Acceleration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Select OFF in the dropdown menu for Hardware acceleration inside the confugurati

### Method 2: Passing a cli argument

`--mode=OFF` can be passed to the launcher to disable HW acceleration directly. Be that by appending it to the end of the target field of a windows shortcut or through command line, whichever method the client is launched by you.
`--hw-accel=OFF` can be passed to the launcher to disable HW acceleration directly. Be that by appending it to the end of the target field of a windows shortcut or through command line, whichever method the client is launched by you.
2 changes: 1 addition & 1 deletion RuneLite-Launcher-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Hardware acceleration mode for Java 2D.
- OPENGL (macOS default) - enables the OpenGL-based pipeline for hardware acceleration
- METAL - enables the Apple Metal API for hardware acceleration (macOS only)

cli: `--mode=<OPTION>`
cli: `--hw-accel=<OPTION>`

### Launch mode

Expand Down

0 comments on commit 4285e0a

Please sign in to comment.