Own legacy platform services on Web and Android
This commit is contained in:
@@ -70,6 +70,11 @@ What is already real:
|
||||
- `pp_app_core`
|
||||
|
||||
Latest slice:
|
||||
- `webgl/src/main.cpp` now owns a TU-local legacy `PlatformServices`
|
||||
instance and binds that owned service into `App` during `StartApp()`.
|
||||
- `android/src/cpp/main.cpp` now owns a function-lifetime legacy
|
||||
`PlatformServices` instance in `android_main()` and binds that owned service
|
||||
into `App` instead of binding the process-global fallback directly.
|
||||
- `src/platform_legacy/legacy_platform_services.*` now exposes an ownable
|
||||
`create_platform_services()` entrypoint alongside the legacy fallback
|
||||
accessor.
|
||||
|
||||
Reference in New Issue
Block a user