Skip to content

Commit

Permalink
move AudioOut from orbis-kernel to rpcsx-os
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Sep 25, 2024
1 parent 5d457af commit 7e01a65
Show file tree
Hide file tree
Showing 9 changed files with 298 additions and 281 deletions.
4 changes: 1 addition & 3 deletions orbis-kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
set(CMAKE_POSITION_INDEPENDENT_CODE on)

find_package(sox REQUIRED)

add_library(obj.orbis-utils-ipc OBJECT
src/utils/SharedMutex.cpp
src/utils/SharedCV.cpp
Expand Down Expand Up @@ -73,7 +71,7 @@ add_library(obj.orbis-kernel OBJECT
src/utils/Logs.cpp
)

target_link_libraries(obj.orbis-kernel PUBLIC orbis::kernel::config $<TARGET_OBJECTS:obj.orbis-utils-ipc> sox::sox)
target_link_libraries(obj.orbis-kernel PUBLIC orbis::kernel::config $<TARGET_OBJECTS:obj.orbis-utils-ipc>)

target_include_directories(obj.orbis-kernel
PUBLIC
Expand Down
238 changes: 0 additions & 238 deletions orbis-kernel/include/orbis/AudioOut.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions orbis-kernel/include/orbis/KernelContext.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pragma once
#include "AudioOut.hpp"
#include "KernelAllocator.hpp"
#include "evf.hpp"
#include "ipmi.hpp"
Expand Down Expand Up @@ -178,7 +177,6 @@ class alignas(__STDCPP_DEFAULT_NEW_ALIGNMENT__) KernelContext final {
Ref<RcBase> shmDevice;
Ref<RcBase> dmemDevice;
Ref<RcBase> blockpoolDevice;
AudioOut *audioOut = nullptr;
uint sdkVersion{};
uint fwSdkVersion{};
uint safeMode{};
Expand Down
Loading

0 comments on commit 7e01a65

Please sign in to comment.