Browse Source
[hle] add: (re)winding application and revert option<Process> back to unique_ptr (#4134)
[hle] add: (re)winding application and revert option<Process> back to unique_ptr (#4134)
This add winding application function. Test this by opening qlaunch -> top left Profile -> edit profile picture -> go back (do not save if you are on fw21+, it corrupts the image) And reverts in #3908 added `optional<Process>` to `unique_ptr<Process>` Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4134 Reviewed-by: Lizzie <lizzie@eden-emu.dev> Reviewed-by: MaranBr <maranbr@eden-emu.dev>remotes/1782573731000463280/steamdeck-test^2
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
21 changed files with 235 additions and 31 deletions
-
2src/core/core.cpp
-
4src/core/hle/service/am/applet.h
-
7src/core/hle/service/am/applet_data_broker.cpp
-
1src/core/hle/service/am/applet_data_broker.h
-
2src/core/hle/service/am/applet_manager.cpp
-
6src/core/hle/service/am/hid_registration.cpp
-
4src/core/hle/service/am/hid_registration.h
-
12src/core/hle/service/am/lifecycle_manager.cpp
-
2src/core/hle/service/am/lifecycle_manager.h
-
32src/core/hle/service/am/process_creation.cpp
-
6src/core/hle/service/am/process_creation.h
-
8src/core/hle/service/am/service/application_creator.cpp
-
12src/core/hle/service/am/service/library_applet_accessor.cpp
-
6src/core/hle/service/am/service/library_applet_accessor.h
-
2src/core/hle/service/am/service/library_applet_creator.cpp
-
5src/core/hle/service/am/service/library_applet_self_accessor.cpp
-
2src/core/hle/service/am/service/library_applet_self_accessor.h
-
88src/core/hle/service/am/service/process_winding_controller.cpp
-
7src/core/hle/service/am/service/process_winding_controller.h
-
57src/core/hle/service/am/window_system.cpp
-
1src/core/hle/service/am/window_system.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue