73bf4471eeaudio: change output rate to 47340Hz, add resampler with small margin to elimiate pops/clicks due to output rate fluctuation
StapleButter
2017-12-11 18:41:05 +0100
a7c7779917ensure proper minimum window size at all times
StapleButter
2017-12-07 01:13:13 +0100
b5046b9766comment out some unwanted printf's
StapleButter
2017-12-07 01:04:00 +0100
a0d344c4d4Implemented "Blow into microphone" key.
Evgeniy Zhabotinsky
2017-12-07 02:51:50 +0300
10b797e53dlibui/GTK: properly clean up menus, so it doesn't crash upon exit
StapleButter
2017-12-05 05:21:11 +0100
746b4db382libui/GTK: add area BG color support
StapleButter
2017-12-05 04:20:52 +0100
dd529f0f5clibui/GTK: fix drawmatrix transform order to match Windows. fixes rotation.
StapleButter
2017-12-05 04:12:03 +0100
c5872dab7dlibui/GTK: start adding submenu support. cleanup still has to be done. use uiMenuAppendCheckItem() for checkable items.
StapleButter
2017-12-05 03:41:49 +0100
bdf9f56152libui/GTK: add uiAreaSetBackgroundColor, not hooked up yet
StapleButter
2017-12-05 03:04:17 +0100
21e204cdeadon't pointlessly restrict the window size
StapleButter
2017-11-23 21:22:47 +0100
85c375cce7* remember screen rotation/gap/etc settings * fix menu cleanup to take submenus into account properly, so it doesn't crash when exiting
StapleButter
2017-11-23 21:02:24 +0100
aa4f427ed4properly resize window when changing display settings, etc begin polishing things
StapleButter
2017-11-23 20:01:43 +0100
8e6d834f13libui: add API for setting a background color for uiArea. (TODO: do for GTK) make window background black.
StapleButter
2017-11-23 19:28:06 +0100
b96ac8e000(finally) fix sound * reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture
StapleButter
2017-11-11 18:46:42 +0100
273fbe24f4add fopen wrapper to support UTF8 paths/filenames under Windows.
StapleButter
2017-10-11 00:32:43 +0200
ee1da52d77fail gracefully when ROM loading fails
StapleButter
2017-10-11 00:01:05 +0200
56bf1ecc13Treat failed haptics initialization as a warning, not a fatal error.
Anthony J. Bentley
2017-10-09 03:42:50 -0600
c992177edaOnly link against libdl on Linux.
Anthony J. Bentley
2017-10-09 03:42:35 -0600
df19b93408Include POSIX headers required for fd_set and INADDR_ANY.
Anthony J. Bentley
2017-10-09 03:41:17 -0600
a15c395460GTK: file drop support. adsfgdgfdg
0.5
StapleButter
2017-10-05 03:10:14 +0200
084d9254e3maybe now the input dialog can stop being dumb
StapleButter
2017-10-05 02:05:23 +0200
d895dfc9fbhopefully fix that shit for good
StapleButter
2017-10-05 01:58:41 +0200
a84caacb03make window actually resizable below min size. we lose proper client sizing under GTK tho.
StapleButter
2017-10-05 01:35:50 +0200
f714c492b9GTK: hook SetMinSize. fuck around with gtk_widget_set_size_request() so the window can be resized smaller than the initial size.
StapleButter
2017-10-05 01:22:03 +0200
5d5311c53cuse grids instead of nested boxes for input config dialog. (still lags, needs optimization) adjust things to make those dialogs sexier.
StapleButter
2017-10-05 01:03:22 +0200
9d3f13b689rework things a bit. also remove some useless variables.
StapleButter
2017-10-05 00:13:22 +0200
4781bd5671fix ARM7 BIOSPROT. not that it matters.
StapleButter
2017-10-02 04:57:23 +0200
dbb174c531implement 8bit reads to div/sqrt registers. RaymanDS showed some interest for that, so there we go. RaymanDS still fucks up. RaymanDS is a pile of shit. melonDS is bad at timings.
StapleButter
2017-10-02 04:27:50 +0200
f52322ee20* support for dragdrop * support for loading ROMs via command line (except it will try to get the BIOS/firmware from where the ROM is. derp) * re-add missing BIOS/firmware dialog. fix libui to allow dialogs without a parent window.
StapleButter
2017-09-23 03:39:09 +0200
14b7cf1987add hooks for when the window gets/loses focus. properly refocus draw area. lay base for dragdrop.
StapleButter
2017-09-23 02:58:04 +0200
a9cacb9dd7make Quit menu item actually work
StapleButter
2017-09-23 02:03:11 +0200
e298d50e76avoid potential race conditions during reset/etc by waiting till the emu thread got the message to pause
StapleButter
2017-09-22 01:33:18 +0200
332282c809oh also, fuck that shit
StapleButter
2017-09-21 21:44:39 +0200
8e41ed751echange 'pause' menu item to a proper check item. GTK is picky about it.
StapleButter
2017-09-21 21:31:20 +0200