Update renderd7.hpp

This commit is contained in:
tobid7 2021-08-07 17:07:57 +02:00 committed by GitHub
parent d7c02bab33
commit 0d4cc6f30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,15 @@ extern std::string dspststus;
/// RenderD7 /// RenderD7
namespace RenderD7 namespace RenderD7
{ {
enum kbd{
SWKBD,
BKBD
};
enum kbd_type
{
NUMPAD,
STANDARD
}
/// Set current RenderScreen /// Set current RenderScreen
/// \param target The RenderTarget Top, Bottom /// \param target The RenderTarget Top, Bottom
void OnScreen(C3D_RenderTarget *target); void OnScreen(C3D_RenderTarget *target);