RetroArch
Functions | Variables
badges.c File Reference
#include <file/file_path.h>
#include <string/stdstring.h>
#include <streams/file_stream.h>
#include "../file_path_special.h"
#include "../configuration.h"
#include "../verbosity.h"
#include "../network/net_http_special.h"
#include "badges.h"
Include dependency graph for badges.c:

Functions

bool badge_exists (const char *filepath)
 
void set_badge_menu_texture (badges_ctx_t *badges, int i)
 
void set_badge_info (badges_ctx_t *badge_struct, int id, const char *badge_id, bool active)
 
menu_texture_item get_badge_texture (int id)
 

Variables

badges_ctx_t badges_ctx
 

Function Documentation

◆ badge_exists()

bool badge_exists ( const char *  filepath)
Here is the call graph for this function:

◆ get_badge_texture()

menu_texture_item get_badge_texture ( int  id)
Here is the call graph for this function:

◆ set_badge_info()

void set_badge_info ( badges_ctx_t badge_struct,
int  id,
const char *  badge_id,
bool  active 
)
Here is the call graph for this function:

◆ set_badge_menu_texture()

void set_badge_menu_texture ( badges_ctx_t badges,
int  i 
)
Here is the call graph for this function:

Variable Documentation

◆ badges_ctx

badges_ctx_t badges_ctx