emummc: Bail if emummc is not enabled

This commit is contained in:
CTCaer
2020-06-14 13:31:16 +03:00
parent 4d8dbe068d
commit ad5a50ecd9
2 changed files with 7 additions and 3 deletions

View File

@@ -28,6 +28,8 @@
//#define DPRINTF(...) gfx_printf(__VA_ARGS__)
#define DPRINTF(...)
u32 sd_power_cycle_time_start;
static inline u32 unstuff_bits(u32 *resp, u32 start, u32 size)
{
const u32 mask = (size < 32 ? 1 << size : 0) - 1;