SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 16913f925bf62beb5598d54035cd3854eb96d27d parent 9a765820ccb56c84b1454ca39b27b1642edf901e Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 24 Jun 2022 14:24:24 +0300 Oops Diffstat:
| M | SDL/gui.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SDL/gui.c b/SDL/gui.c @@ -923,7 +923,7 @@ static const char *audio_driver_string(unsigned index) return GB_audio_driver_name(); } -static void nop(index){} +static void nop(unsigned index){} static const struct menu_item audio_menu[] = { {"Highpass Filter:", cycle_highpass_filter, highpass_filter_string, cycle_highpass_filter_backwards},
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.