dlp.h 308 B

123456789101112131415
  1. // Copyright 2016 Citra Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. namespace Service {
  5. namespace DLP {
  6. /// Initializes the DLP services.
  7. void Init();
  8. /// Shuts down the DLP services.
  9. void Shutdown();
  10. } // namespace DLP
  11. } // namespace Service