40776 Commits

Author SHA1 Message Date
Twinaphex
3335c9e246
Merge pull request #5773 from orbea/exists
qb: Clean up qb.comp.sh
2017-11-25 06:22:55 +01:00
twinaphex
72fdfb1edd Add HAVE_CONFIG_H to file_stream.c 2017-11-25 06:17:19 +01:00
twinaphex
0485bab0ef Add HAVE_CONFIG_H to nbio_intf.c 2017-11-25 06:15:30 +01:00
Twinaphex
679275857f Fix warnings 2017-11-25 05:55:48 +01:00
Twinaphex
3902d4c1cf Fix warning 2017-11-25 05:53:56 +01:00
twinaphex
d4c3108b88 Implement new nbio interface implementations 2017-11-25 05:51:33 +01:00
twinaphex
7a772b9cd4 Create nbio_intf.c 2017-11-25 05:35:55 +01:00
twinaphex
81e543a4c9 Cleanups 2017-11-25 05:21:35 +01:00
twinaphex
64a6d6f184 Turn nbio_windowsmmap.c Unicode compatible 2017-11-25 05:18:30 +01:00
Twinaphex
8087df7c2c
Merge pull request #5777 from bkoropoff/fmt-win
task_database: fix crash from Windows-incomptabile format string
2017-11-25 04:00:56 +01:00
Brian Koropoff
fb5e788c1e task_database: fix crash from Windows-incomptabile format string 2017-11-24 18:17:43 -08:00
twinaphex
395e84ede2 Style nits 2017-11-25 02:18:24 +01:00
twinaphex
ac651b7581 Cleanups 2017-11-25 02:12:15 +01:00
twinaphex
0f6c453428 Cleanups 2017-11-25 02:10:04 +01:00
Alcaro
0868c4e346 Fix build 2017-11-25 01:53:09 +01:00
twinaphex
d0eef2579e remove this - shouldn't be necessary 2017-11-25 00:54:51 +01:00
Alcaro
b5722127c7 Fix docs 2017-11-25 00:26:13 +01:00
Alcaro
5999999cd3 Add Linux-native nbio too 2017-11-24 23:56:05 +01:00
Twinaphex
f929a83ae9
Merge pull request #5775 from hiddenasbestos/blank_bind
Show "---" for unbound controls, not "(Key: )"
2017-11-24 23:25:34 +01:00
Alcaro
5a6aad3dc7 Add mmap nbio for Windows too 2017-11-24 22:43:22 +01:00
David Walters
b3a53ac8ca Show "---" for unbound controls, not "(Key: )" 2017-11-24 21:36:49 +00:00
twinaphex
cb16aac7ce Revert "Invoke MAPPER_INIT after CONTROLLERS_INIT"
This reverts commit fdf79e2e9b698924c89487ff65ad1a2b5d53d030.
2017-11-24 22:18:36 +01:00
Alcaro
7817ba2340 Add ugly check 2017-11-24 22:14:03 +01:00
Alcaro
053fbd6f27 Add mmap-based nbio implementation (which is too fast for the tests but otherwise passes) 2017-11-24 22:08:57 +01:00
twinaphex
92ea40d96e Fix edge case when file is empty 2017-11-24 21:39:10 +01:00
orbea
51dfbd98b1 qb: Prefer pkgconf over the legacy GNU pkg-config. 2017-11-24 12:12:56 -08:00
orbea
06f10d1368 qb: Clean up qb.comp.sh 2017-11-24 12:12:56 -08:00
Twinaphex
5ce0aca435
Merge pull request #5772 from orbea/add
qb: Combine the add_include_dirs and add_library_dirs functions
2017-11-24 20:47:08 +01:00
orbea
892c6b864a qb: Combine the add_include_dirs and add_library_dirs functions 2017-11-24 10:22:57 -08:00
meepingsnesroms
03f2a325fb Add 3ds assets, move assets from ctr to pkg/ctr
NOTE: I do not have the 3ds version of devkitARM installed so I could
not test it if moving the assets to pkg/ctr broke compiling but I did
change the assets paths in Makefile.ctr and Makefile.ctr.salimander so
it should compile.
2017-11-24 09:28:47 -08:00
Twinaphex
fe7b12f274
Merge pull request #5770 from orbea/check_lib
qb: Clean up for qb.libs.sh
2017-11-24 17:39:09 +01:00
twinaphex
fdf79e2e9b Invoke MAPPER_INIT after CONTROLLERS_INIT 2017-11-24 17:30:08 +01:00
orbea
cf45945aa8 qb: Combine the check_switch_c and check_switch_cxx functions. 2017-11-24 08:21:38 -08:00
orbea
0c9308cd87 qb: Remove unused and redundant check_code_c and check_code_cxx functions. 2017-11-24 08:21:38 -08:00
orbea
fbbaf7d5b1 qb: Check which c language is being used in its own function. 2017-11-24 08:21:12 -08:00
orbea
f952f392b8 qb: Use printf and better quoting in the check_lib function. 2017-11-24 07:16:33 -08:00
Twinaphex
45fb685375
Merge pull request #5762 from hiddenasbestos/extend_input_bits
Extend input bind limit to 256
2017-11-24 14:48:53 +01:00
Andrés
76b24f7bb4
Merge pull request #5769 from fr500/master
fix a mistake I made when rewriting this code
2017-11-24 08:46:56 -05:00
radius
88e84d1c79 fix a mistake I made when rewriting this code 2017-11-24 08:40:29 -05:00
David Walters
5be7921445 reimplement using retro_bits_t; pass by ref; raise bind limit to 256 2017-11-24 11:19:17 +00:00
David Walters
5294d43bf1 use C89 compatible comment style 2017-11-24 09:28:26 +00:00
twinaphex
2916e6c7ac Cleanups 2017-11-24 06:45:21 +01:00
twinaphex
a6f2e46b6a Cleanups - don't call path_get so often 2017-11-24 06:40:13 +01:00
Andrés
d973a1eeae
Merge pull request #5767 from fr500/master
use a single list for achievements
2017-11-23 22:53:28 -05:00
radius
9b19d334c7 use a single list for achievements 2017-11-23 22:49:11 -05:00
Twinaphex
a490039253
Merge pull request #5759 from fr500/master
Achievement badges
2017-11-24 04:09:33 +01:00
twinaphex
8662d66f2e Try to be safer with calloc allocation 2017-11-24 04:08:32 +01:00
radius
ca2d2e4ba5 undefine this 2017-11-23 21:43:08 -05:00
Twinaphex
af41b0fd6b
Merge pull request #5766 from orbea/define
qb: Combine the add_define_header and add_define_make functions.
2017-11-24 03:39:49 +01:00
orbea
1ca43bd819 qb: Combine the add_define_header and add_define_make functions. 2017-11-23 18:36:19 -08:00