Skip to content

Commit

Permalink
got it to work now. avx2 babyyyyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
HerXayah committed Jun 19, 2023
1 parent 4fae2b7 commit bedcdaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ x64
.vs
.vscode
.idea
sounds
sounds
test
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default",
"Lazer"
],
"selectedProfile": "default",
"selectedProfile": "Lazer",
"sounds": {
"keyCaps": "keyCaps.mp3",
"keyConfirm": "keyConfirm.mp3",
Expand Down
5 changes: 3 additions & 2 deletions keyboard-sounds.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@
<DebugInformationFormat>None</DebugInformationFormat>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<Optimization>MaxSpeed</Optimization>
<Optimization>MinSpace</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<OmitFramePointers>true</OmitFramePointers>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<StringPooling>true</StringPooling>
<ControlFlowGuard>false</ControlFlowGuard>
Expand All @@ -165,6 +165,7 @@
<FloatingPointExceptions>false</FloatingPointExceptions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<CompileAs>CompileAsCpp</CompileAs>
</ClCompile>
<Link>
<SubSystem>NotSet</SubSystem>
Expand Down

0 comments on commit bedcdaf

Please sign in to comment.