gsp_lcd.cpp 622 B

1234567891011121314151617181920212223242526
  1. // Copyright 2015 Citra Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #include "common/log.h"
  5. #include "common/bit_field.h"
  6. #include "core/hle/service/gsp_lcd.h"
  7. ////////////////////////////////////////////////////////////////////////////////////////////////////
  8. // Namespace GSP_LCD
  9. namespace GSP_LCD {
  10. /*const Interface::FunctionInfo FunctionTable[] = {
  11. };*/
  12. ////////////////////////////////////////////////////////////////////////////////////////////////////
  13. // Interface class
  14. Interface::Interface() {
  15. //Register(FunctionTable);
  16. }
  17. } // namespace