Difference between revisions of "Shared Database services"

From Nintendo Switch Brew
Jump to navigation Jump to search
(Add full interface name (imported from SwIPC))
Line 1: Line 1:
  
 
= pl:u (Shared Font Manager) =
 
= pl:u (Shared Font Manager) =
 +
This is "nn::pl::detail::ISharedFontManager".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 65: Line 67:
  
 
= mii:u, mii:e =
 
= mii:u, mii:e =
 +
This is "nn::mii::detail::IStaticService".
  
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"

Revision as of 12:49, 22 January 2018

pl:u (Shared Font Manager)

This is "nn::pl::detail::ISharedFontManager".

Cmd Name
0 #RequestLoad
1 #GetLoadState
2 #GetSize
3 #GetSharedMemoryAddressOffset
4 GetSharedMemoryNativeHandle
5 GetSharedFontInOrderOfPriority

RequestLoad

Takes a #SharedFontType (uint32)

GetLoadState

Takes a #SharedFontType (uint32), returns the #LoadState (uint32).

LoadState

Value Description
0x00 Loading
0x01 Loaded

GetSize

Takes a #SharedFontType (uint32), returns the Font Size (uint32)

GetSharedMemoryAddressOffset

Takes a #SharedFontType (uint32), returns the offset (uint32) to the Font Address.

SharedFontType

Value Description
0x00 Japan, US and Europe (Standard)
0x01 Chinese Simplified
0x02 Extended Chinese Simplified
0x03 Chinese Traditional
0x04 Korean (Hangul)
0x05 Nintendo Extended

mii:u, mii:e

This is "nn::mii::detail::IStaticService".

Cmd Name
0 GetDatabaseServiceSharedPointer