Skip to content

Commit

Permalink
Missed a "d"
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jul 10, 2023
1 parent af88ec8 commit ae8ed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libretro/screenlayout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace melonds {
~ScreenLayoutData();
void CopyScreen(const uint32_t* src, unsigned offset) noexcept;
void CopyHybridScreen(const uint32_t* src, ScreenId screen_id) noexcept;
[[deprecate("Move to render.cpp")]] void draw_cursor(int32_t x, int32_t y);
[[deprecated("Move to render.cpp")]] void draw_cursor(int32_t x, int32_t y);
void Clear();

void Update(Renderer renderer) noexcept;
Expand Down

0 comments on commit ae8ed04

Please sign in to comment.