Lioncash
|
1a954b2a59
|
service: Eliminate usages of the global system instance
Completely removes all usages of the global system instance within the
services code by passing in the using system instance to the services.
|
2020-11-26 20:03:11 -05:00 |
|
VolcaEM
|
b829643946
|
mm: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Display_services
|
2020-06-27 12:59:01 +02:00 |
|
David Marcec
|
a2cc3b10bb
|
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
|
2018-11-26 17:06:13 +11:00 |
|
David Marcec
|
98c7a6d622
|
Used better names for mm:u and fixed bad stub
InitializeWithId needs to return an id which is a u32 which should be a non zero value
|
2018-10-19 01:09:34 +11:00 |
|
Lioncash
|
b6c47b578f
|
mm_u: Forward all old variants of functions to the new ones
Ensures both variants go through the same interface, and while we're at
it, add Finalize to provide the inverse of Initialize for consistency.
|
2018-08-13 18:59:10 -04:00 |
|
Lioncash
|
9d09d92c56
|
mm_u: Move implementation class into the cpp file
Now if changes are ever made to the behavior of the class, it doesn't
involve rebuilding everything that includes the mm_u header.
|
2018-08-13 18:59:07 -04:00 |
|
James Rowe
|
638956aa81
|
Rename logging macro back to LOG_*
|
2018-07-02 21:45:47 -04:00 |
|
mailwl
|
a776464a55
|
Remove unused header files
|
2018-06-06 09:10:48 +03:00 |
|
mailwl
|
62cd19e4ae
|
Small fixes
|
2018-06-05 15:34:01 +03:00 |
|
mailwl
|
7e3d746b06
|
Service/MM: add service and stub some functions
|
2018-06-05 12:19:29 +03:00 |
|