Skip to content

Commit

Permalink
Game API: Fix copy/paste errors
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Feb 25, 2023
1 parent 94a7b3d commit c0c1a7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,15 +416,15 @@ extern "C"
///@{

//============================================================================
/// @brief **Game video stream properties**
/// @brief **Game software framebuffer stream properties**
///
/// Used by Kodi to pass the currently required video stream settings to the addon
///
typedef game_stream_video_properties game_stream_sw_framebuffer_properties;
//----------------------------------------------------------------------------

//============================================================================
/// @brief **Hardware framebuffer type**
/// @brief **Software framebuffer type**
///
typedef struct game_stream_sw_framebuffer_buffer
{
Expand All @@ -435,7 +435,7 @@ extern "C"
//----------------------------------------------------------------------------

//============================================================================
/// @brief **Video stream packet**
/// @brief **Software framebuffer packet**
///
/// This packet contains video stream data passed to Kodi.
///
Expand Down

0 comments on commit c0c1a7f

Please sign in to comment.