9#ifndef C_API_ADDONINSTANCE_GAME_H
10#define C_API_ADDONINSTANCE_GAME_H
12#include "../addon_base.h"
73 GAME_PCM_FORMAT_UNKNOWN,
198 GAME_PIXEL_FORMAT_UNKNOWN,
409 uintptr_t framebuffer;
419 uintptr_t framebuffer;
746#define ROOT_PORT_ADDRESS "/"
751#define DEFAULT_PORT_ID "1"
756#define KEYBOARD_PORT_ID "keyboard"
761#define MOUSE_PORT_ID "mouse"
766#define DEFAULT_PORT_ADDRESS "/1"
771#define KEYBOARD_PORT_ADDRESS "/keyboard"
776#define MOUSE_PORT_ADDRESS "/mouse"
874 char** digital_buttons;
875 unsigned int digital_button_count;
876 char** analog_buttons;
877 unsigned int analog_button_count;
878 char** analog_sticks;
879 unsigned int analog_stick_count;
880 char** accelerometers;
881 unsigned int accelerometer_count;
883 unsigned int key_count;
885 unsigned int rel_pointer_count;
887 unsigned int abs_pointer_count;
889 unsigned int motor_count;
1393 typedef void* KODI_GAME_STREAM_HANDLE;
1407 KODI_HANDLE kodiInstance;
1410 void (*CloseGame)(KODI_HANDLE kodiInstance);
1411 double (*GetPlaybackSpeed)(KODI_HANDLE kodiInstance);
1412 void (*SetGameTiming)(KODI_HANDLE kodiInstance,
const struct game_system_timing* timing_info);
1414 bool (*GetStreamBuffer)(KODI_HANDLE,
1415 KODI_GAME_STREAM_HANDLE,
1419 void (*AddStreamData)(KODI_HANDLE, KODI_GAME_STREAM_HANDLE,
const struct game_stream_packet*);
1420 void (*ReleaseStreamBuffer)(KODI_HANDLE, KODI_GAME_STREAM_HANDLE,
struct game_stream_buffer*);
1421 void (*CloseStream)(KODI_HANDLE, KODI_GAME_STREAM_HANDLE);
1423 bool (*InputEvent)(KODI_HANDLE kodiInstance,
const struct game_input_event* event);
1425 void (*RCOnAchievementTriggered)(KODI_HANDLE kodiInstance,
1427 void (*RCOnGameCompleted)(KODI_HANDLE kodiInstance,
const char* title,
bool hardcore);
1428 void (*RCOnRichPresenceUpdated)(KODI_HANDLE kodiInstance,
const char* evaluation);
1431 void (*RCOnAchievementProgress)(KODI_HANDLE kodiInstance,
1433 unsigned int count);
1434 void (*RCOnServerError)(KODI_HANDLE kodiInstance,
const char* message,
const char* api);
1435 void (*RCOnConnectionChanged)(KODI_HANDLE kodiInstance,
bool connected);
1445 KODI_HANDLE addonInstance;
1461 bool(__cdecl* HasFeature)(
const struct AddonInstance_Game*,
const char*,
const char*);
1493 GAME_ERROR(__cdecl* SetRetroAchievementsCredentials)
1498 void(__cdecl*)(
const void*,
const char*,
unsigned int),
const uint8_t * data
Pointer to the audio stream data given to Kodi.
Definition game.h:172
size_t size
Size of the data array.
Definition game.h:175
GAME_AUDIO_CHANNEL
Audio channel
Definition game.h:86
GAME_PCM_FORMAT
Stream Format
Definition game.h:72
@ GAME_CH_TFC
Channel top front center.
Definition game.h:130
@ GAME_CH_FL
Channel front left.
Definition game.h:91
@ GAME_CH_BL
Channel back left.
Definition game.h:103
@ GAME_CH_TBR
Channel top back right.
Definition game.h:139
@ GAME_CH_FC
Channel front center.
Definition game.h:97
@ GAME_CH_BLOC
Channel back left over center.
Definition game.h:145
@ GAME_CH_TFL
Channel top front left.
Definition game.h:124
@ GAME_CH_NULL
Channel list terminator.
Definition game.h:88
@ GAME_CH_TBC
Channel top back center.
Definition game.h:142
@ GAME_CH_SR
Channel surround/side right.
Definition game.h:121
@ GAME_CH_TFR
Channel top front right.
Definition game.h:127
@ GAME_CH_FR
Channel front right.
Definition game.h:94
@ GAME_CH_BC
Channel back center.
Definition game.h:115
@ GAME_CH_SL
Channel surround/side left.
Definition game.h:118
@ GAME_CH_LFE
Channel low frequency effects / subwoofer.
Definition game.h:100
@ GAME_CH_BROC
Channel back right over center.
Definition game.h:148
@ GAME_CH_TC
Channel top center.
Definition game.h:133
@ GAME_CH_FLOC
Channel front left over center.
Definition game.h:109
@ GAME_CH_FROC
Channel front right over center.
Definition game.h:112
@ GAME_CH_TBL
Channel top back left.
Definition game.h:136
@ GAME_CH_BR
Channel back right.
Definition game.h:106
@ GAME_PCM_FORMAT_S16NE
S16NE sample format.
Definition game.h:76
Audio stream packet
Definition game.h:170
Game audio stream properties
Definition game.h:158
double sample_rate
Sampling rate of audio.
Definition game.h:1146
double fps
FPS of video content.
Definition game.h:1143
Game system timing.
Definition game.h:1141
GAME_SIMD
ID values for SIMD CPU features
Definition game.h:669
GAME_REGION
Game region definition
Definition game.h:586
SPECIAL_GAME_TYPE
Special game types passed into game_load_game_special().
Definition game.h:604
GAME_MEMORY
Game Memory
Definition game.h:623
@ GAME_SIMD_VFPU
SIMD CPU VFPU.
Definition game.h:710
@ GAME_SIMD_VMX128
SIMD CPU VMX128.
Definition game.h:680
@ GAME_SIMD_SSE
SIMD CPU SSE.
Definition game.h:671
@ GAME_SIMD_SSE4
SIMD CPU SSE4.
Definition game.h:701
@ GAME_SIMD_NEON
SIMD CPU NEON.
Definition game.h:686
@ GAME_SIMD_AVX2
SIMD CPU AVX2.
Definition game.h:707
@ GAME_SIMD_SSE42
SIMD CPU SSE42.
Definition game.h:704
@ GAME_SIMD_SSSE3
SIMD CPU SSSE3.
Definition game.h:692
@ GAME_SIMD_SSE2
SIMD CPU SSE2.
Definition game.h:674
@ GAME_SIMD_SSE3
SIMD CPU SSE3.
Definition game.h:689
@ GAME_SIMD_AVX
SIMD CPU AVX.
Definition game.h:683
@ GAME_SIMD_MMXEXT
SIMD CPU MMXEXT.
Definition game.h:698
@ GAME_SIMD_MMX
SIMD CPU MMX.
Definition game.h:695
@ GAME_SIMD_VMX
SIMD CPU VMX.
Definition game.h:677
@ GAME_REGION_NTSC
Game region NTSC.
Definition game.h:591
@ GAME_REGION_PAL
Game region PAL.
Definition game.h:594
@ GAME_REGION_UNKNOWN
Game region unknown.
Definition game.h:588
@ SPECIAL_GAME_TYPE_SUPER_GAME_BOY
Game Type super game boy.
Definition game.h:615
@ SPECIAL_GAME_TYPE_BSX
Game Type BSX.
Definition game.h:606
@ SPECIAL_GAME_TYPE_BSX_SLOTTED
Game Type BSX slotted.
Definition game.h:609
@ SPECIAL_GAME_TYPE_SUFAMI_TURBO
Game Type sufami turbo.
Definition game.h:612
@ GAME_MEMORY_SNES_SUFAMI_TURBO_A_RAM
Special memory type.
Definition game.h:653
@ GAME_MEMORY_VIDEO_RAM
Video ram lets a frontend peek into a game systems video RAM (VRAM)
Definition game.h:644
@ GAME_MEMORY_SNES_SUFAMI_TURBO_B_RAM
Special memory type.
Definition game.h:656
@ GAME_MEMORY_SNES_GAME_BOY_RTC
Special memory type.
Definition game.h:662
@ GAME_MEMORY_SNES_BSX_PRAM
Special memory type.
Definition game.h:650
@ GAME_MEMORY_MASK
Passed to game_get_memory_data/size(). If the memory type doesn't apply to the implementation NULL/0 ...
Definition game.h:626
@ GAME_MEMORY_SAVE_RAM
Regular save ram.
Definition game.h:633
@ GAME_MEMORY_SYSTEM_RAM
System ram lets a frontend peek into a game systems main RAM.
Definition game.h:641
@ GAME_MEMORY_SNES_BSX_RAM
Special memory type.
Definition game.h:647
@ GAME_MEMORY_RTC
Some games have a built-in clock to keep track of time.
Definition game.h:638
@ GAME_MEMORY_SNES_GAME_BOY_RAM
Special memory type.
Definition game.h:659
bool cache_context
If true, the frontend will go to great lengths to avoid resetting the context in scenarios like toggl...
Definition game.h:383
unsigned int version_minor
Minor version number for the core GL context or GLES 3.1+.
Definition game.h:370
bool depth
Set to true if render buffers should have a depth component attached.
Definition game.h:347
unsigned int version_major
Major version number for the core GL context or GLES 3.1+.
Definition game.h:367
bool bottom_left_origin
Use the conventional bottom-left origin.
Definition game.h:364
GAME_HW_CONTEXT_TYPE context_type
The API to use.
Definition game.h:341
bool debug_context
Creates a debug context.
Definition game.h:386
bool stencil
Set to true if stencil buffers should be attached.
Definition game.h:356
void(* game_proc_address_t)(void)
Hardware framebuffer process function address
Definition game.h:426
GAME_HW_CONTEXT_TYPE
Hardware framebuffer type
Definition game.h:306
@ GAME_HW_CONTEXT_OPENGLES2
OpenGL ES 2.0.
Definition game.h:314
@ GAME_HW_CONTEXT_OPENGL_CORE
Modern desktop core GL context. Use the major and minor fields to set the GL version.
Definition game.h:317
@ GAME_HW_CONTEXT_VULKAN
Vulkan.
Definition game.h:326
@ GAME_HW_CONTEXT_OPENGLES_VERSION
OpenGL ES 3.1+. Set major/minor fields.
Definition game.h:323
@ GAME_HW_CONTEXT_OPENGLES3
OpenGL ES 3.0.
Definition game.h:320
@ GAME_HW_CONTEXT_NONE
No context.
Definition game.h:308
@ GAME_HW_CONTEXT_OPENGL
OpenGL 2.x. The driver can choose to use the latest compatibility context.
Definition game.h:311
Hardware rendering properties
Definition game.h:338
Hardware framebuffer buffer
Definition game.h:407
Hardware framebuffer packet
Definition game.h:417
Hardware framebuffer properties
Definition game.h:398
const game_rc_achievement * achievements
Achievements of the game, or NULL if achievement_count is 0.
Definition game.h:1241
bool hardcore
True if the achievement was earned in hardcore mode.
Definition game.h:1269
const char * icon_url
URL of the game's icon, or NULL
Definition game.h:1238
const char * display_name
Display name of the player, or NULL
Definition game.h:1285
float rarity
Percentage of players who earned this achievement, 0.0 if unknown.
Definition game.h:1216
float measured_percent
Progress towards the achievement, from 0.0 to 100.0.
Definition game.h:1323
const char * badge_locked_url
URL of the locked (greyscale) badge, or NULL
Definition game.h:1204
const char * description
Description of how the achievement is earned, or NULL
Definition game.h:1198
unsigned int points
Point value of the achievement.
Definition game.h:1207
bool success
True if the player was logged in.
Definition game.h:1279
const char * title
Title of the achievement, or NULL if unknown.
Definition game.h:1195
unsigned int id
Unique RetroAchievements ID of the achievement.
Definition game.h:1192
const char * username
Account name of the player, or NULL
Definition game.h:1282
int64_t unlock_time
Unix time the achievement was earned, or 0 if it was not.
Definition game.h:1213
GAME_RC_UNLOCK_STATE unlock_state
Whether and how the player has earned this achievement.
Definition game.h:1210
unsigned int achievement_count
Number of elements in achievements.
Definition game.h:1244
unsigned int game_id
Unique RetroAchievements ID of the game.
Definition game.h:1232
bool credentials_rejected
True if the account or token was rejected, rather than the attempt failing for some other reason.
Definition game.h:1303
const char * badge_url
URL of the unlocked (full colour) badge, or NULL
Definition game.h:1201
const char * measured_progress
Human-readable progress such as "45/100", or NULL
Definition game.h:1326
const char * error_message
Reason the login failed, or NULL if it succeeded.
Definition game.h:1294
float rarity_hardcore
Percentage of players who earned this in hardcore, 0.0 if unknown.
Definition game.h:1219
GAME_RC_UNLOCK_STATE
Unlock state of an achievement
Definition game.h:1174
@ GAME_RC_UNLOCK_STATE_SOFTCORE
The achievement was earned outside of hardcore mode.
Definition game.h:1179
@ GAME_RC_UNLOCK_STATE_HARDCORE
The achievement was earned in hardcore mode.
Definition game.h:1182
@ GAME_RC_UNLOCK_STATE_LOCKED
The achievement has not been earned by this player.
Definition game.h:1176
A single achievement belonging to the loaded game
Definition game.h:1190
Progress towards a single measured achievement
Definition game.h:1318
**Payload of AddonToKodiFuncTable_Game::RCOnAchievementTriggered**
Definition game.h:1252
**Payload of AddonToKodiFuncTable_Game::RCOnGameLoaded**
Definition game.h:1230
**Payload of AddonToKodiFuncTable_Game::RCOnLoginResult**
Definition game.h:1277
game_stream_video_packet game_stream_sw_framebuffer_packet
Software framebuffer packet
Definition game.h:462
game_stream_video_properties game_stream_sw_framebuffer_properties
Game software framebuffer stream properties
Definition game.h:443
Software framebuffer type
Definition game.h:450
GAME_STREAM_TYPE type
The stream type.
Definition game.h:505
GAME_STREAM_TYPE
Game stream types
Definition game.h:478
@ GAME_STREAM_VIDEO
Video stream.
Definition game.h:486
@ GAME_STREAM_AUDIO
Audio stream.
Definition game.h:483
@ GAME_STREAM_HW_FRAMEBUFFER
Hardware framebuffer.
Definition game.h:489
@ GAME_STREAM_UNKNOWN
Unknown.
Definition game.h:480
@ GAME_STREAM_SW_FRAMEBUFFER
Software framebuffer.
Definition game.h:492
Stream buffers for hardware rendering and zero-copy support
Definition game.h:528
Stream packet and ephemeral metadata
Definition game.h:551
Immutable stream metadata
Definition game.h:503
float display_aspect_ratio
Display aspect ratio (DAR) to use when showing the video frame.
Definition game.h:280
const uint8_t * data
Pointer to the video stream data given to Kodi.
Definition game.h:286
size_t size
Size of the data array.
Definition game.h:289
unsigned int nominal_width
The nominal width, in pixels.
Definition game.h:244
unsigned int max_height
The maximum height, in pixels.
Definition game.h:259
GAME_VIDEO_ROTATION rotation
Video rotation angle defined by GAME_VIDEO_ROTATION.
Definition game.h:283
unsigned int height
Video height, in pixels.
Definition game.h:274
unsigned int max_width
The maximum width, in pixels.
Definition game.h:256
unsigned int width
Video width, in pixels.
Definition game.h:271
float nominal_display_aspect_ratio
The nominal display aspect ratio (DAR) used to show the video frame.
Definition game.h:253
GAME_PIXEL_FORMAT format
The stream's pixel format.
Definition game.h:241
unsigned int nominal_height
The nominal height, in pixels.
Definition game.h:247
GAME_PIXEL_FORMAT
Pixel format
Definition game.h:197
GAME_VIDEO_ROTATION
Video rotation orientation
Definition game.h:217
@ GAME_PIXEL_FORMAT_RGB565
RGB565 Format.
Definition game.h:204
@ GAME_PIXEL_FORMAT_0RGB1555
0RGB1555 Format
Definition game.h:207
@ GAME_PIXEL_FORMAT_0RGB8888
0RGB8888 Format
Definition game.h:201
@ GAME_VIDEO_ROTATION_180_CCW
Rotate 180° counterclockwise.
Definition game.h:225
@ GAME_VIDEO_ROTATION_0
0° without rotation
Definition game.h:219
@ GAME_VIDEO_ROTATION_90_CCW
Rotate 90° counterclockwise.
Definition game.h:222
@ GAME_VIDEO_ROTATION_270_CCW
Rotate 270° counterclockwise.
Definition game.h:228
Video stream packet
Definition game.h:269
Game video stream properties
Definition game.h:239
GAME_ERROR
Game add-on error codes
Definition game.h:29
@ GAME_ERROR_FAILED
The command failed.
Definition game.h:46
@ GAME_ERROR_REJECTED
The command was rejected by the game client.
Definition game.h:40
@ GAME_ERROR_INVALID_PARAMETERS
The parameters of the called method are invalid for this operation.
Definition game.h:43
@ GAME_ERROR_UNKNOWN
An unknown error occurred.
Definition game.h:34
@ GAME_ERROR_NO_ERROR
No error occurred.
Definition game.h:31
@ GAME_ERROR_RESTRICTED
Game requires restricted resources.
Definition game.h:52
@ GAME_ERROR_NOT_LOADED
No game is loaded.
Definition game.h:49
@ GAME_ERROR_NOT_IMPLEMENTED
The method called by the frontend is not implemented.
Definition game.h:37
Game instance.
Definition game.h:1514
Game properties.
Definition game.h:1340
const char ** resource_directories
The "system" directories of the frontend.
Definition game.h:1362
unsigned int proxy_dll_count
Number of proxy DLL paths provided.
Definition game.h:1354
const char * profile_directory
The writable directory of the frontend.
Definition game.h:1375
const char * game_client_dll_path
The path of the game client being loaded.
Definition game.h:1344
unsigned int extension_count
Number of extensions provided.
Definition game.h:1390
bool supports_vfs
The value of the <supports_vfs> property from addon.xml.
Definition game.h:1380
const char ** proxy_dll_paths
Paths to proxy DLLs used to load the game client.
Definition game.h:1349
const char ** extensions
The extensions in the <extensions> property from addon.xml.
Definition game.h:1385
unsigned int resource_directory_count
Number of resource directories provided.
Definition game.h:1367
Game callbacks.
Definition game.h:1406
Game function hooks.
Definition game.h:1444