Skip to content

Commit

Permalink
runner/macos: Temporarily disable Metal shader validation
Browse files Browse the repository at this point in the history
I think this is causing problems on macOS Sonoma 14.2.
  • Loading branch information
OatmealDome committed Dec 17, 2023
1 parent 6462b21 commit aa0c467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fifoci/runner/macos/run_fifo_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ while [ "$#" -ne 0 ]; do

# Enable all the Metal validation
export MTL_DEBUG_LAYER=1
export MTL_SHADER_VALIDATION=1
# export MTL_SHADER_VALIDATION=1

DUMPDIR=$DOLPHIN_EMU_USERPATH/Dump/Frames
mkdir -p $DUMPDIR
Expand Down

0 comments on commit aa0c467

Please sign in to comment.