pica.h 298 B

12345678910111213141516
  1. // Copyright 2014 Citra Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include "video_core/regs_texturing.h"
  6. namespace Pica {
  7. /// Initialize Pica state
  8. void Init();
  9. /// Shutdown Pica state
  10. void Shutdown();
  11. } // namespace