Citron/src/core/hle/service/audio
Zephyron c5e480e55d feat: Add Home Menu launch support and system improvements
This commit adds support for launching the system Home Menu and implements
several system-level improvements:

- Add Home Menu launch functionality through new UI action
- Implement shutdown/reboot sequence handlers in GlobalStateController
- Add support for reserved region extra size in page tables
- Enhance audio controller with output management
- Expand parental control service capabilities
- Add profile service improvements for user management

Technical changes:
- Add OnHomeMenu() handler to launch QLaunch system applet
- Implement m_alias_region_extra_size tracking in page tables
- Add new CreateProcessFlag for reserved region extra size
- Expand audio controller interface with output management
- Add self-controller methods to various services
- Implement play timer and profile service improvements

The changes primarily focus on system menu integration and core service
improvements to better support system functionality.
2025-02-17 17:33:10 +10:00
..
audio.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_controller.cpp feat: Add Home Menu launch support and system improvements 2025-02-17 17:33:10 +10:00
audio_controller.h feat: Add Home Menu launch support and system improvements 2025-02-17 17:33:10 +10:00
audio_device.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_device.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_in.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_in.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_in_manager.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_in_manager.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_out.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_out.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_out_manager.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_out_manager.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_renderer.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_renderer.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_renderer_manager.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
audio_renderer_manager.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
errors.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
final_output_recorder_manager.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
final_output_recorder_manager.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
final_output_recorder_manager_for_applet.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
final_output_recorder_manager_for_applet.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
hardware_opus_decoder.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
hardware_opus_decoder.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
hardware_opus_decoder_manager.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
hardware_opus_decoder_manager.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00