Commit Graph

31814 Commits

Author SHA1 Message Date
twinaphex
9909607da5 Add default settings 2016-08-30 03:13:22 +02:00
twinaphex
aed2dfe630 (psp_pthread.h) Cleanup 2016-08-29 21:26:06 +02:00
twinaphex
ff0d9326f9 (XDK) Dont' use sprintf_s 2016-08-29 21:23:33 +02:00
twinaphex
8ffdc6663b (cheevos) try to avoid sprintf 2016-08-29 21:21:07 +02:00
twinaphex
876ce5ad67 Cleanups 2016-08-29 21:10:25 +02:00
twinaphex
82581c8461 Cleanup 2016-08-29 21:09:18 +02:00
twinaphex
a1db337fdd Cleanups 2016-08-29 21:07:22 +02:00
twinaphex
03405439ba Cleanup 2016-08-29 21:03:01 +02:00
twinaphex
e31a3b1366 (configuration.c) Cleanup 2016-08-29 21:00:05 +02:00
twinaphex
3ad5b604c9 Default settings for float variables 2016-08-29 20:57:24 +02:00
twinaphex
ef46d27607 Add more default settings 2016-08-29 20:42:29 +02:00
twinaphex
cf2bdbb15e Remove wraparound.setting_enable 2016-08-29 20:40:39 +02:00
twinaphex
8574891359 Default setting cleanups 2016-08-29 20:32:18 +02:00
twinaphex
9e6a360c1e Cleanups 2016-08-29 20:18:20 +02:00
twinaphex
eba3c75347 More default settings 2016-08-29 20:09:56 +02:00
twinaphex
5920e54cca Add more default settings 2016-08-29 20:02:40 +02:00
twinaphex
5a1f94a124 Fill in some more default settings 2016-08-29 19:29:42 +02:00
twinaphex
805ca286f0 Add default settings members - only one setting uses this for now
for bool settings
- Also make sure we deallocate everything we no longer need in
config_load_file
2016-08-29 19:26:08 +02:00
twinaphex
62939cd734 Move code around 2016-08-29 19:10:00 +02:00
twinaphex
5614b9948a (setting_list.c) Remove some unused header includes 2016-08-29 18:48:39 +02:00
twinaphex
096fbcf069 Use string_is_equal 2016-08-29 18:47:43 +02:00
twinaphex
ba7d638b99 Use string_is_equal 2016-08-29 18:46:41 +02:00
Twinaphex
32729080ef Merge pull request #3469 from bparker06/utf8_fix2
fix multibyte utf8 strings being cut off/corrupted in xmb/glui
2016-08-29 18:38:34 +02:00
Brad Parker
c3b164de88 fix utf8 strings being cut off in xmb/glui when multibyte chars are present, rgui not affected 2016-08-29 12:33:28 -04:00
twinaphex
65cae1fdc0 Update 2016-08-29 17:55:51 +02:00
Twinaphex
0e1ac30843 Merge pull request #3467 from bparker06/utf8_fix
fix rendering of utf8 glyphs
2016-08-29 17:39:42 +02:00
twinaphex
ff6b02f967 Don't allocate more than what we need 2016-08-29 17:38:16 +02:00
twinaphex
6db73d0208 Move memory allocation to populate_settings functions 2016-08-29 17:37:03 +02:00
twinaphex
03bb3d847d Cleanups 2016-08-29 17:31:24 +02:00
twinaphex
a7b299950a Fix bug 2016-08-29 17:29:19 +02:00
twinaphex
94bb608245 Silence C89 warning 2016-08-29 17:09:45 +02:00
twinaphex
6e6c8132a6 (video processor v4l2) C89 fixes 2016-08-29 17:08:55 +02:00
twinaphex
fb3ec37f9c (msg_hash_it.c) work around C89 limitation 2016-08-29 17:06:27 +02:00
twinaphex
a09664c758 Refactor populate_settings_int so we are C89-compatible again 2016-08-29 17:04:15 +02:00
Brad Parker
96c96dca3b fix rendering of utf8 glyphs 2016-08-29 11:02:28 -04:00
twinaphex
a414f4093f Rewrite populate_settings_bool 2016-08-29 16:57:33 +02:00
twinaphex
ae3d9bc0aa Cleanups 2016-08-29 16:29:00 +02:00
twinaphex
09c59b6eba Cleanups 2016-08-29 16:27:33 +02:00
twinaphex
71fa2564e6 Cleanup 2016-08-29 16:26:03 +02:00
twinaphex
67932e0356 Remove this 2016-08-29 16:20:57 +02:00
Twinaphex
c05ca979b8 Silence two unused vaiable warnings 2016-08-29 16:02:30 +02:00
twinaphex
62b08a4d55 add back missing boolean settings 2016-08-29 15:59:17 +02:00
twinaphex
65c3ce8522 Cleanup 2016-08-29 15:46:25 +02:00
radius
83123e655f cleanup 2016-08-29 08:44:56 -05:00
twinaphex
6911bdb8c0 Replace strcmp usage and go through wrapper function 2016-08-29 15:41:42 +02:00
twinaphex
61d3567555 Refactor boolean settings 2016-08-29 15:36:55 +02:00
twinaphex
e858103e6d Refactor this code 2016-08-29 15:26:42 +02:00
twinaphex
699ba910b2 Turn these into static functions 2016-08-29 15:12:13 +02:00
twinaphex
bb3358ac93 Use populate_settings_float inside config_load_file too 2016-08-29 15:10:52 +02:00
twinaphex
4fb0a8bdca Should fix crash at shutdown 2016-08-29 14:54:24 +02:00