Commit Graph

1263 Commits

Author SHA1 Message Date
517ad73e64
[GTK3] Make dummy preference callbacks functional 2020-05-19 02:33:21 +02:00
8e8e576460
[GTK3] Use logical ARGB byte order for image buffers 2020-05-19 02:33:20 +02:00
8d0526fd1f
[GTK3] Add main.h and re-order main.c 2020-05-19 02:33:20 +02:00
c27e266cda
[GTK3] Allow multiple simultaneous instances 2020-05-19 02:33:20 +02:00
8ce3b02833
[GTK3] Somewhat working GtkDrawingArea fallback 2020-05-19 02:33:20 +02:00
a83d6eca5b
[GTK3] Fix a few problems with the settings 2020-05-19 02:33:20 +02:00
6c5dfece40
[GTK3] Implement hard-coded input handling 2020-05-19 02:33:20 +02:00
a243325b8c
[GTK3] Implement boot ROM search path preference 2020-05-19 02:33:20 +02:00
023d43e893
[GTK3] More work on preferences done 2020-05-19 02:33:20 +02:00
90c0447703
[GTK3] Handle config.boot_rom_path 2020-05-19 02:33:20 +02:00
0d07a389ca
[GTK3] Make UI react to video config changes 2020-05-19 02:33:20 +02:00
fc81729533
[GTK3] Get color correction & highpass from config 2020-05-19 02:33:20 +02:00
1f7cd57df8
[GTK3] Prototype rendering of tilemap and tileset 2020-05-19 02:33:19 +02:00
3984359008
[GTK3] Save settings to key file 2020-05-19 02:33:19 +02:00
959f0cc88e
[GTK3] Load/save settings from/to file 2020-05-19 02:33:19 +02:00
6e263cd22a
[GTK3] Fix integer scaling 2020-05-19 02:33:19 +02:00
f3f1bf293a
[GTK3] Move config handling into settings.c 2020-05-19 02:33:19 +02:00
d6a1555290
[GTK3] Add model and boot ROM CLI overrides 2020-05-19 02:33:19 +02:00
f1d0344672
[GTK3] Make rgb_encode() big endian compatible 2020-05-19 02:33:19 +02:00
62bfe0cef9
[GTK3] Stop the emulation when quitting 2020-05-19 02:33:19 +02:00
6e65945c35
[GTK3] Use frame buffering like the Cocoa frontend 2020-05-19 02:33:19 +02:00
4d4d272a5c
[GTK3] Implement OpenGL renderer prototype 2020-05-19 02:33:19 +02:00
bba05ac5b9
[GTK3] Add UI skeleton 2020-05-19 02:33:19 +02:00
Lior Halphon
ce9114ed55 Fix IR bugs 2020-05-19 01:24:09 +03:00
Lior Halphon
933b622886 Allow more GameShark cheats 2020-05-19 01:24:02 +03:00
Lior Halphon
157123e118 Fix clearing OAM and initializeing wave RAM 2020-05-17 19:24:11 +03:00
Lior Halphon
a588993f28 Add an HuC command required by Pocket Family 2 2020-05-17 00:10:43 +03:00
Lior Halphon
a9023d08c6 Emulate HuC-3’s IR and RTC 2020-05-16 23:27:17 +03:00
Lior Halphon
2cc980755e HuC1 IR support 2020-05-13 22:21:31 +03:00
Lior Halphon
060136306b Merge branch 'sdl_audio_fix' 2020-05-10 22:17:58 +03:00
Lior Halphon
1b7c3c4c7c Minor fixes, style update 2020-05-10 22:16:49 +03:00
Lior Halphon
0200596391 Fix #256 2020-05-10 22:05:47 +03:00
Lior Halphon
ca24f54bee Merge branch 'master' of https://github.com/LIJI32/SameBoy 2020-05-10 00:38:06 +03:00
Lior Halphon
3cba3e8e27 Emulate CGB-C PCM read glitch, fix a potential noise volume envelope bug 2020-05-10 00:37:52 +03:00
Rupert Carmichael
5f2c7b966f Pre-buffer audio samples before passing to SDL's queue 2020-05-09 11:49:20 -04:00
Lior Halphon
e4aa212f9a
Merge pull request #254 from NieDzejkob/bootrom-2bpp
Fix segfault, save some bytes.
2020-05-09 15:32:19 +03:00
Jakub Kądziołka
24220defd6
Save 16 bytes in the CGB boot ROM 2020-05-09 13:11:51 +02:00
Lior Halphon
620ee3cf51 Make the libretro frontend not crash on rumble-less frontends 2020-05-07 23:43:49 +03:00
Lior Halphon
ccc7d2e887 Merge branch 'master' of https://github.com/LIJI32/SameBoy 2020-05-07 22:47:52 +03:00
Lior Halphon
e063671816 No need to use malloc here, the buffer never gets large 2020-05-07 22:46:06 +03:00
Lior Halphon
c4a8669501
Merge pull request #253 from FredrIQ/multiaddr
Allow more than 1 symbol per debug address
2020-05-07 02:09:09 +03:00
Lior Halphon
8625b23c0d Whoops 2020-05-07 01:32:03 +03:00
Fredrik Ljungdahl
99ec31dfdc Allow more than 1 symbol per debug address 2020-05-07 00:12:35 +02:00
Lior Halphon
8f69703726 Merge branch 'bootrom-2bpp' 2020-05-06 23:30:56 +03:00
Lior Halphon
7cff35368d Port to C to remove the Python dep, remove leftovers 2020-05-06 23:30:01 +03:00
Lior Halphon
184743637e Fix silly regression 2020-05-06 01:10:46 +03:00
Lior Halphon
730567dc60 Proper color mixing 2020-05-06 01:06:22 +03:00
Lior Halphon
a3f261184d Optimize more 2020-05-05 01:44:48 +03:00
Lior Halphon
f46f138e9f Clear VRAM correctly 2020-05-04 23:54:43 +03:00
Lior Halphon
260f61f33a This window shouldn’t be resizeable 2020-05-04 22:48:00 +03:00