Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bylaws committed Mar 27, 2023
1 parent 3e441a6 commit 8fb652e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ else()
target_compile_options(audio_core PRIVATE
-Werror=conversion

-Wno-braced-scalar-init
-Wno-sign-conversion
)
endif()
Expand All @@ -219,5 +220,6 @@ target_sources(audio_core PRIVATE
sink/cubeb_sink.h
)

target_include_directories(audio_core PRIVATE "include")
target_link_libraries(audio_core PRIVATE cubeb)
target_compile_definitions(audio_core PRIVATE -DHAVE_CUBEB=1)
2 changes: 1 addition & 1 deletion common/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct Values {
Wrapper<std::string> audio_output_device_id{"auto"};
Wrapper<std::string> audio_input_device_id{"auto"};
bool dump_audio_commands{};
u8 volume{100};
u8 volume{200};
};

static inline Values values{}; //!< A static structure with the values set by Skyline code
Expand Down

0 comments on commit 8fb652e

Please sign in to comment.