twinaphex
10b06ce828
More struct reordering/alignment
2020-08-14 21:00:04 +02:00
twinaphex
c3e4c32401
Reorder structs
2020-08-14 20:21:44 +02:00
twinaphex
e6bde72f1b
Reorder struct
2020-08-14 20:13:29 +02:00
twinaphex
c4f52774f9
Reorder structs - setting_list.h
2020-08-14 20:12:07 +02:00
Tony Jansson
ba6d45bdc0
Refresh bind list on device type change
2020-08-14 21:04:21 +03:00
Autechre
e15430233a
Update CHANGES.md
2020-08-14 19:51:29 +02:00
Autechre
270d5d4111
Merge pull request #11191 from gblues/gblues/wiiu-fix-touchscreen
...
WIIU: Fix touchscreen mouse emulation
2020-08-14 19:50:59 +02:00
Autechre
48d312d681
Update CHANGES.md
2020-08-14 19:50:28 +02:00
Autechre
f5600aba7f
Merge pull request #11192 from sonninnos/master
...
Remap file loading fixes
2020-08-14 19:48:38 +02:00
Autechre
7cf6d1a1cc
Merge pull request #11195 from jdgleaver/core-updater-search
...
Enhanced core downloader search functionality
2020-08-14 19:48:16 +02:00
twinaphex
37be80b847
Struct reordering
2020-08-14 19:46:06 +02:00
twinaphex
795092e77f
Struct reordering
2020-08-14 19:19:37 +02:00
twinaphex
e7c63df2bc
Struct reordering
2020-08-14 19:06:25 +02:00
twinaphex
87c0fb6323
Struct reordering
2020-08-14 18:58:09 +02:00
jdgleaver
6d8f3cb182
Enhanced core downloader search functionality
2020-08-14 17:53:44 +01:00
twinaphex
1aceac6edb
Struct reorders
2020-08-14 18:51:50 +02:00
twinaphex
8a3ef513a3
Struct reordering
2020-08-14 18:43:11 +02:00
twinaphex
7ea2111936
Struct reorderings
2020-08-14 18:36:09 +02:00
twinaphex
659d50c916
Struct reorderings
2020-08-14 18:31:28 +02:00
twinaphex
023fd4f330
Alignment changes
2020-08-14 18:19:57 +02:00
twinaphex
b3963a2897
Struct alignment changes
2020-08-14 18:03:09 +02:00
twinaphex
d0b68ee838
(RPNG) Struct alignment changes
2020-08-14 17:54:03 +02:00
twinaphex
b4dc19d7aa
(RPNG) Cleanups
2020-08-14 17:49:33 +02:00
twinaphex
5ba80a8996
configuration.h - reorder structs
2020-08-14 17:28:05 +02:00
twinaphex
b6228729b6
More struct alignment
2020-08-14 17:11:18 +02:00
twinaphex
1ccb51460c
Do some struct ordering for better alignment, and add CODING-GUIDELINES
2020-08-14 17:00:50 +02:00
twinaphex
18cb55e207
Remove dynarray.h - rbuf.h replaces it
2020-08-14 16:09:13 +02:00
twinaphex
dffa052958
Rearrange draw struct
2020-08-14 15:58:43 +02:00
Tony Jansson
a8faacc926
Remap file loading fixes
2020-08-14 15:40:49 +03:00
twinaphex
67913127ef
Some struct reordering
2020-08-14 14:35:43 +02:00
Autechre
d989e375c4
Update CHANGES.md
2020-08-14 14:29:13 +02:00
Autechre
7ed3ee278a
Merge pull request #11193 from jdgleaver/core-updater-rbuf
...
(core_updater_list) Replace static entries array with dynamic array via RBUF library
2020-08-14 14:28:46 +02:00
jdgleaver
e76f5a212a
(core_updater_list) Replace static entries array with dynamic array via RBUF library
2020-08-14 12:33:49 +01:00
gblues
4555481863
WIIU: Fix touchscreen mouse emulation
...
== DETAILS
The way the mouse emulation worked was to simply return a 3rd axis from the
gamepad, which the polling code updates with the touch state in real time.
Well, the code that figures out if it's a positive or negative axis was
failing because it didn't see that 3rd axis as valid. So, I added values
which allow it to be seen as valid, and voila! the touch screen input
works again.
== TESTING
Tested locally using "Beneath a Steel Sky" in ScummVM.
2020-08-13 23:31:17 -07:00
twinaphex
f3b440bab9
Some struct reordering
2020-08-14 07:07:34 +02:00
twinaphex
8b8c52bb67
Cleanup
2020-08-14 06:45:36 +02:00
twinaphex
eb95757fb2
update_time_callback - Get rid of default callback - just point to NULL
...
instead
2020-08-14 06:39:12 +02:00
twinaphex
c250b94dcf
Move p_anim state to rarch_state
2020-08-14 06:29:13 +02:00
twinaphex
31e50f1221
(gfx_animation) Get rid of some static variables, move struct
...
definitions to header
2020-08-14 05:53:57 +02:00
twinaphex
559ab90374
Update CHANGES.md
2020-08-13 20:27:27 +02:00
Autechre
b6ea811334
Merge pull request #11189 from jdgleaver/m3u_file-rbuf
...
(m3u_file) Replace static entries array with dynamic array via RBUF library
2020-08-13 18:51:14 +02:00
jdgleaver
b19eb64329
(m3u_file) Replace static entries array with dynamic array via RBUF library
2020-08-13 17:25:45 +01:00
Autechre
b972327bc6
Update CHANGES.md
2020-08-13 17:25:43 +02:00
Autechre
6092761469
Update CHANGES.md
2020-08-13 17:23:29 +02:00
Autechre
15b6a6ede4
Merge pull request #11187 from schellingb/gfx_animation_rbuf
...
Simplify gfx_animation by switching from dynarray to rbuf
2020-08-13 17:23:16 +02:00
Autechre
c18850456d
Merge pull request #11188 from Jamiras/cheevos_texture_cleanup
...
(cheevos) ensure badge textures are released before video driver is deinitialized
2020-08-13 17:22:29 +02:00
Jamiras
2a5516b1b9
ensure cheevos badge textures are released before video driver is deinitialized
2020-08-12 21:55:12 -06:00
Bernhard Schelling
48fabb7f88
Simplify gfx_animation by switching from dynarray to RBUF
2020-08-13 05:23:32 +09:00
Autechre
c70c13c01d
Update CHANGES.md
2020-08-12 17:44:59 +02:00
twinaphex
56a690df0e
(cheevos) Some style nits
2020-08-12 17:43:04 +02:00