mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 16:57:52 -05:00
Services: Stubbed more services.
Implemented FSUser::CreateExtSaveData
This commit is contained in:
26
src/core/hle/service/gsp_lcd.cpp
Normal file
26
src/core/hle/service/gsp_lcd.cpp
Normal file
@ -0,0 +1,26 @@
|
||||
// Copyright 2015 Citra Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
#include "common/log.h"
|
||||
#include "common/bit_field.h"
|
||||
|
||||
#include "core/hle/service/gsp_lcd.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Namespace GSP_LCD
|
||||
|
||||
namespace GSP_LCD {
|
||||
|
||||
/*const Interface::FunctionInfo FunctionTable[] = {
|
||||
};*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Interface class
|
||||
|
||||
Interface::Interface() {
|
||||
//Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
}
|
||||
|
||||
} // namespace
|
Reference in New Issue
Block a user