service: Add fgm services

Adds the basic skeleton for the fgm services based off the information
provided by Switch Brew.
This commit is contained in:
Lioncash
2018-07-31 07:20:42 -04:00
parent bf9c62bc76
commit 268eeeb406
6 changed files with 96 additions and 0 deletions

View File

@ -160,6 +160,8 @@ add_library(core STATIC
hle/service/filesystem/filesystem.h
hle/service/filesystem/fsp_srv.cpp
hle/service/filesystem/fsp_srv.h
hle/service/fgm/fgm.cpp
hle/service/fgm/fgm.h
hle/service/friend/friend.cpp
hle/service/friend/friend.h
hle/service/friend/interface.cpp