mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-17 19:16:02 +01:00
10 lines
160 B
C
10 lines
160 B
C
#include "odroid_system.h"
|
|
#include "odroid_sdcard.h"
|
|
|
|
|
|
int odroid_sdcard_read_file(const char* path, void* buf, size_t buf_size)
|
|
{
|
|
// STUB
|
|
return 0;
|
|
}
|