Commit Graph

465 Commits

Author SHA1 Message Date
07685a80a6 add base for wifi AP 2017-12-18 19:53:51 +01:00
4ec2d109f7 wifi: more shit 2017-12-18 19:31:26 +01:00
e44bc7743d actually init pcap etc 2017-12-17 23:09:48 +01:00
17087a1ece start work on libpcap shit 2017-12-17 17:21:50 +01:00
e4e8d775c0 libui/windows: don't explode if setWindowText() fails. fixes random crash when closing window.
also add extra safety, can't hurt.
2017-12-17 02:11:28 +01:00
2e82a4f26a gtk: add icon 0.6b 2017-12-16 05:43:34 +01:00
ca41ce6efd windows: add icon 2017-12-16 04:10:32 +01:00
fff4ca0c95 Merge pull request #216 from bentley/master
Small fixes
2017-12-12 02:34:00 +01:00
b8c8909ad1 Merge pull request #219 from kwkam/build
build: add mingw64 cross-compiling
2017-12-12 02:33:07 +01:00
904316de60 fix ScreenGap loading, fixes #218 2017-12-12 02:32:11 +01:00
2333b17029 bump version number 2017-12-12 02:28:57 +01:00
73bf4471ee audio: change output rate to 47340Hz, add resampler with small margin to elimiate pops/clicks due to output rate fluctuation
output rate is picked such that 1024 samples at that rate equal exactly 710 samples at the SPU's output rate
2017-12-11 18:41:05 +01:00
7b684afbc0 build: add mingw64 cross-compiling 2017-12-09 18:06:40 +08:00
c639152541 urgl. how could I let something that dumb slip in 2017-12-07 11:17:51 +01:00
4519a7ae1f Pass correct number of arguments to printf. 2017-12-06 22:06:15 -07:00
b603029549 Fix bitwise operation precedence. 2017-12-06 22:02:55 -07:00
e4f030149b add option to toggle filtering 0.6 2017-12-07 02:50:05 +01:00
18bcefe83b libui: add parameter to uiDrawBitmapDraw() to specify filtering 2017-12-07 02:41:46 +01:00
b58a5334fa fix potential memleak 2017-12-07 01:24:39 +01:00
a7c7779917 ensure proper minimum window size at all times 2017-12-07 01:13:13 +01:00
b5046b9766 comment out some unwanted printf's 2017-12-07 01:04:00 +01:00
10b797e53d libui/GTK: properly clean up menus, so it doesn't crash upon exit 2017-12-05 05:21:11 +01:00
746b4db382 libui/GTK: add area BG color support 2017-12-05 04:20:52 +01:00
dd529f0f5c libui/GTK: fix drawmatrix transform order to match Windows. fixes rotation. 2017-12-05 04:12:03 +01:00
c5872dab7d libui/GTK: start adding submenu support. cleanup still has to be done. use uiMenuAppendCheckItem() for checkable items. 2017-12-05 03:41:49 +01:00
bdf9f56152 libui/GTK: add uiAreaSetBackgroundColor, not hooked up yet 2017-12-05 03:04:17 +01:00
21e204cdea don't pointlessly restrict the window size 2017-11-23 21:22:47 +01:00
85c375cce7 * remember screen rotation/gap/etc settings
* fix menu cleanup to take submenus into account properly, so it doesn't crash when exiting
2017-11-23 21:02:24 +01:00
aa4f427ed4 properly resize window when changing display settings, etc
begin polishing things
2017-11-23 20:01:43 +01:00
8e6d834f13 libui: add API for setting a background color for uiArea. (TODO: do for GTK)
make window background black.
2017-11-23 19:28:06 +01:00
b96ac8e000 (finally) fix sound
* reset capture position when starting capture
* reorder channel/capture handling
* implement FIFO for channel and capture
2017-11-11 18:46:42 +01:00
c3675af538 properly reset IE/IF, fixes some reset issues. 2017-11-09 16:02:37 +01:00
35c3b34a09 make screen rotation configurable. start making it all clean. 2017-11-09 16:02:17 +01:00
f2a5be6096 make touchscreen code take rotation into account 2017-11-09 00:15:59 +01:00
34513063ab begin work on rotation 2017-11-09 00:04:01 +01:00
bb87a709be cooler screen positioning in horizontal mode 2017-11-08 02:02:15 +01:00
e6e5f48748 attempt at horizontal mode, I guess 2017-11-08 01:53:20 +01:00
857ba49759 actually implement screen gap 2017-11-08 01:34:11 +01:00
5bea3cc530 3D: add support for 8bit accesses to GXSTAT (Golden Sun - Dark Dawn) 2017-11-04 15:13:01 +01:00
0a04efc33e attempt at auto-emphasis mode, emphasizing main screen 2017-10-30 05:45:26 +01:00
85d823d4c7 fix more sizing bugs 2017-10-30 05:17:20 +01:00
f4e7e2f62a fix aspect ratio code 2017-10-30 05:08:04 +01:00
c9082cd50d some attempt at fancypants scaling, I guess 2017-10-30 04:39:50 +01:00
b8706c29c7 make it betterer 2017-10-30 03:21:12 +01:00
7e18b9f195 Merge branch 'master' of https://github.com/StapleButter/melonDS 2017-10-30 03:12:03 +01:00
84a842c6f3 libui/windows: add support for submenus 2017-10-30 03:11:45 +01:00
cdca294b8a Merge pull request #200 from rogersachan/patch-1
Fix README formatting
2017-10-28 02:20:18 +02:00
cb16e5d03f Fix README formatting 2017-10-21 23:58:02 -04:00
3881b2615b libui/Windows: allow file pickers to navigate through shortcuts. fixes #199 2017-10-21 22:24:29 +02:00
e9798e032b up version number (I forgot) 2017-10-11 04:38:11 +02:00