summaryrefslogtreecommitdiff
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.orgq>2025-02-16 12:01:27 +1000
committerMike Lothian <mike@fireburn.co.uk>2025-05-11 16:46:05 +0100
commit01a45b4abc43001e2c2425b8cf4bf98137ec2fda (patch)
tree52ef241a6c47467e8d6bfeb701f74f3d1b215500 /src/core/hle/service
parenta221fa295a06381e96eaa3042d15059d7bc04b8d (diff)
service/am: Implement CreateManagedDisplaySeparableLayer
- Removes STUBBED designation as implementation is now complete - Changes log level from WARNING to DEBUG - Adds proper locking when accessing the display layer manager - Fixes parameter alignment in function declaration
Diffstat (limited to 'src/core/hle/service')
-rw-r--r--src/core/hle/service/am/service/self_controller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/am/service/self_controller.cpp b/src/core/hle/service/am/service/self_controller.cpp
index 1db02b88f..e24c93cfb 100644
--- a/src/core/hle/service/am/service/self_controller.cpp
+++ b/src/core/hle/service/am/service/self_controller.cpp
@@ -262,8 +262,8 @@ Result ISelfController::CreateManagedDisplayLayer(Out<u64> out_layer_id) {
}
Result ISelfController::CreateManagedDisplaySeparableLayer(Out<u64> out_layer_id,
- Out<u64> out_recording_layer_id) {
- LOG_WARNING(Service_AM, "(STUBBED) called");
+ Out<u64> out_recording_layer_id) {
+ LOG_DEBUG(Service_AM, "called");
std::scoped_lock lk{m_applet->lock};
R_RETURN(m_applet->display_layer_manager.CreateManagedDisplaySeparableLayer(