Skip to content

Commit fda1f65

Browse files
authored
Fix automated build
pspdev/pspsdk#339 made a change which causes a build failure in this project. With this change it works again.
1 parent 5794b80 commit fda1f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/debugmenu/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ int opt_count = sizeof(options)/sizeof(struct MenuOption);
5454

5555
#define TRIGGER (PSP_CTRL_LTRIGGER | PSP_CTRL_RTRIGGER | PSP_CTRL_START | PSP_CTRL_SELECT)
5656

57-
void button_callback(int curr, int last, void *arg)
57+
void button_callback(u32 curr, u32 last, void *arg)
5858
{
5959
if((curr & TRIGGER) == TRIGGER)
6060
{

0 commit comments

Comments
 (0)