refactor pxl8 repl
This commit is contained in:
parent
04d3af11a9
commit
3313c800a9
25 changed files with 537 additions and 424 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "pxl8_macros.h"
|
||||
#include "pxl8_log.h"
|
||||
|
||||
#define PXL8_CART_MAGIC 0x43585850
|
||||
#define PXL8_CART_VERSION 1
|
||||
|
|
@ -329,7 +329,6 @@ void pxl8_cart_unmount(pxl8_cart* cart) {
|
|||
if (pxl8_current_cart == cart) {
|
||||
pxl8_current_cart = NULL;
|
||||
}
|
||||
pxl8_info("Unmounted cart: %s", cart->name);
|
||||
}
|
||||
|
||||
const char* pxl8_cart_get_base_path(const pxl8_cart* cart) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue