Twinaphex
|
f1a246c95e
|
Merge pull request #1571 from lioncash/printf
ctr_gfx: Fix a missing printf formatting specifier
|
2015-04-02 20:11:13 +02:00 |
|
Twinaphex
|
5a72309126
|
Merge pull request #1572 from lioncash/prototype
settings: Add prototype for setting_hex_setting
|
2015-04-02 20:10:55 +02:00 |
|
twinaphex
|
b2a2af2355
|
(connect_wii.c) Buildfix
|
2015-04-02 19:55:45 +02:00 |
|
twinaphex
|
469b939dfc
|
(connect_wii.c) Don't rely on htonl/htons for endian byte swapping
|
2015-04-02 19:52:47 +02:00 |
|
Lioncash
|
b5006c3a69
|
settings: Add prototype for setting_hex_setting
|
2015-04-02 13:51:47 -04:00 |
|
Twinaphex
|
2fc3510af8
|
(iOS) btdynamic.c cleanups
|
2015-04-02 19:43:33 +02:00 |
|
Twinaphex
|
f58feb6b16
|
(iOS) Fix warning in btstack_thread_stop
|
2015-04-02 19:39:40 +02:00 |
|
Twinaphex
|
38204f5c26
|
(BTStack) Cleanup
|
2015-04-02 19:38:37 +02:00 |
|
twinaphex
|
3aa6c8e324
|
(apple/iOS/bluetooth/btpad.c) Cleanups
|
2015-04-02 19:35:44 +02:00 |
|
twinaphex
|
64c10c6b49
|
(BT) Cleanups
|
2015-04-02 19:34:36 +02:00 |
|
twinaphex
|
4174fc48a2
|
(GX) Remove vi_encoder.h
|
2015-04-02 19:25:52 +02:00 |
|
twinaphex
|
90f6285d34
|
(BTStack) Cleanup
|
2015-04-02 19:24:32 +02:00 |
|
twinaphex
|
b9ae190e4c
|
(apple/iOS/bluetooth/btstack) Cleanups
|
2015-04-02 19:20:36 +02:00 |
|
twinaphex
|
8bd0253c27
|
(connect_wii.c) Cleanups
|
2015-04-02 18:52:58 +02:00 |
|
twinaphex
|
6433cdf2e7
|
(input/connect) Cleanups
|
2015-04-02 18:48:44 +02:00 |
|
twinaphex
|
33509d8600
|
Update retroarch-joyconfig-griffin.c
|
2015-04-02 18:45:08 +02:00 |
|
twinaphex
|
b202d54dd3
|
Rename null joypad driver
|
2015-04-02 18:44:02 +02:00 |
|
twinaphex
|
37acf75b4c
|
Rename most joypad drivers - should now all have consistent names
|
2015-04-02 18:42:15 +02:00 |
|
Lioncash
|
5102339e84
|
ctr_gfx: Fix a missing printf formatting specifier
|
2015-04-02 12:41:07 -04:00 |
|
Twinaphex
|
119dcdd163
|
(iOS) Buildfix
|
2015-04-02 18:34:10 +02:00 |
|
twinaphex
|
6ea55bfaa9
|
(connect_ps4.c) Fix condition check
|
2015-04-02 18:28:29 +02:00 |
|
twinaphex
|
f8823836de
|
(connect_wii.c) Get rid of 'byte' typedef
|
2015-04-02 18:12:21 +02:00 |
|
twinaphex
|
b9e6b014e3
|
Start preparing joypad_connection code for cross-platform purposes
|
2015-04-02 17:49:32 +02:00 |
|
twinaphex
|
0c2548bd25
|
(libusb) Start passing userdata pointer to hotplug callback
|
2015-04-02 17:28:30 +02:00 |
|
Twinaphex
|
83ee044343
|
Merge pull request #1569 from lioncash/redundant
font: Remove unnecessary null checks
|
2015-04-02 17:21:57 +02:00 |
|
Lioncash
|
f59135359e
|
font: Remove unnecessary null checks
These conditions are checked at the top of the function.
|
2015-04-02 11:18:14 -04:00 |
|
twinaphex
|
f8b405a4d2
|
(libusb) Add manufacturer descriptor/device descriptor to interface struct
|
2015-04-02 17:16:51 +02:00 |
|
twinaphex
|
e1d67f23b1
|
(apple_hid.c) Cleanup
|
2015-04-02 16:54:23 +02:00 |
|
twinaphex
|
6c4e92f0ca
|
(apple_hid.c) style nits
|
2015-04-02 16:49:50 +02:00 |
|
Twinaphex
|
92fc29a762
|
(Apple HID) Cleanups
|
2015-04-02 16:47:36 +02:00 |
|
Twinaphex
|
3f1a915caf
|
Merge pull request #1566 from lioncash/typo
video_driver: Fix a typo in a conditional
|
2015-04-02 15:45:56 +02:00 |
|
Twinaphex
|
270895006d
|
Merge pull request #1567 from lioncash/leak
menu_entries_cbs_deferred_push: Fix potental memory leaks
|
2015-04-02 15:45:37 +02:00 |
|
Twinaphex
|
d9b96374f0
|
Merge pull request #1568 from lioncash/retval
hid: Fix return of potentially uninitialized pointers
|
2015-04-02 15:45:22 +02:00 |
|
twinaphex
|
d3db9d2335
|
(Libusb/HID) Start adding preliminary libusb HID driver - based
on https://github.com/nonolith/libusb/blob/master/examples/hotplug.c and https://github.com/ToadKing/wii-u-gc-adapter/blob/master/wii-u-gc-adapter.c
|
2015-04-02 15:43:23 +02:00 |
|
Lioncash
|
c947b4c6a2
|
hid: Fix return of potentially uninitialized pointers
After a pointer is freed it's considered to be a dangling pointer. Returning a dangling pointer is undefined behavior.
|
2015-04-02 09:16:26 -04:00 |
|
Lioncash
|
a69bd00a0c
|
menu_entries_cbs_deferred_push: Fix potental memory leaks
|
2015-04-02 08:50:19 -04:00 |
|
Lioncash
|
6adfced132
|
video_driver: Fix a typo in a conditional
|
2015-04-02 08:27:31 -04:00 |
|
Twinaphex
|
32853a0134
|
Merge pull request #1565 from SuperrSonic/master
(Wii) Simple fix for Wiimote not reconnecting on reloads
|
2015-04-02 13:34:43 +02:00 |
|
SuperrSonic
|
17bb05d3d1
|
(Wii) Simple fix for Wiimote not connecting after
... loading game, core, history, exiting, anything that reloads RA.
|
2015-04-02 04:36:46 -04:00 |
|
Twinaphex
|
a891c587c0
|
Merge pull request #1564 from aliaspider/master
(3DS) add very basic display of the loaded core's framebuffer.
|
2015-04-02 05:41:51 +02:00 |
|
aliaspider
|
d842697863
|
(3DS) can display loaded content.
add an fps counter.
|
2015-04-02 04:00:26 +01:00 |
|
aliaspider
|
d64e235cce
|
(3DS) osGetTime is in milliseconds.
|
2015-04-02 03:58:53 +01:00 |
|
Twinaphex
|
ace6942147
|
Merge pull request #1563 from lioncash/textalign
xmb: Be explicit with text alignment
|
2015-04-02 04:57:49 +02:00 |
|
Lioncash
|
9dfb1a0f65
|
xmb: Be explicit with text alignment
Also fixes building on VS 2013
|
2015-04-01 22:22:33 -04:00 |
|
Twinaphex
|
60763ded86
|
Merge pull request #1562 from aliaspider/master
add basic input functionality to allow navigating the menu.
|
2015-04-02 03:43:19 +02:00 |
|
aliaspider
|
c2d3299d4e
|
(3DS) add the ability to open the menu with L+R+Start+Select.
|
2015-04-02 02:38:49 +01:00 |
|
aliaspider
|
948e637e22
|
(3DS/CTR) shutdown hack not needed anymore.
|
2015-04-02 02:28:56 +01:00 |
|
aliaspider
|
27bd10b21d
|
implement a very basic input driver, will need to be implemented
correctly later.
|
2015-04-02 02:19:21 +01:00 |
|
Twinaphex
|
b8bd59ae06
|
Merge pull request #1561 from aliaspider/master
(CTR-3DS) remove hardcoded paths in the Makefile.
|
2015-04-02 01:45:52 +02:00 |
|
twinaphex
|
5612545b25
|
(CTR/3DS) Update copyright headers
|
2015-04-02 01:43:28 +02:00 |
|