Commit Graph

36550 Commits

Author SHA1 Message Date
twinaphex f35e521fd8 Prevent i variable being uninitialied 2017-01-31 18:47:33 +01:00
Brad Parker 1a7263196e fix OSK backspace 2017-01-31 12:45:57 -05:00
Brad Parker ceba2173a2 update JP translation 2017-01-31 12:38:24 -05:00
Brad Parker 4c06f039af forgot to add utf8 pages header 2017-01-31 12:33:54 -05:00
Brad Parker d8fb3d937c UTF8 fixes for MSVC, don't include any files with a UTF8 BOM if HAVE_LANGEXTRA isn't defined 2017-01-31 12:20:16 -05:00
Twinaphex c19fdbd7fb Merge pull request #4534 from Tatsuya79/patch-1
Rename dot-art for japanese translation
2017-01-31 15:43:15 +01:00
Tatsuya79 884c78baa5 Rename dot-art for japanese translation
That's the word for pixel-art in Japanese.
2017-01-31 11:02:12 +01:00
twinaphex 61d67613fb Buildfixes for ARM NEON 2017-01-31 07:58:58 +01:00
twinaphex ed3d75738c Simplify audio conversion code 2017-01-31 07:33:58 +01:00
twinaphex 75133941a9 Fix relative includes 2017-01-31 05:33:42 +01:00
twinaphex 1a5978d7a2 Move patch.c to tasks/task_patch.c 2017-01-31 05:33:13 +01:00
twinaphex ccdd90bdd1 Add runloop_defines.h 2017-01-31 05:14:49 +01:00
twinaphex 269198c1f7 Remove another header include 2017-01-31 05:11:38 +01:00
twinaphex f4df551e8e Remove this header include 2017-01-31 05:10:38 +01:00
twinaphex ae4f5104a4 Include patch.c inside task_content.c 2017-01-31 04:53:16 +01:00
twinaphex 68211e2721 Try to prevent compiler error 2017-01-31 04:04:45 +01:00
twinaphex 2b0002e00b Update 2017-01-31 04:01:57 +01:00
twinaphex f31ae11d29 Silence warnings 2017-01-31 04:00:16 +01:00
twinaphex e802c07d71 Silence warning 2017-01-31 03:57:29 +01:00
twinaphex fda9b01ab3 Buildfixes 2017-01-31 03:54:50 +01:00
twinaphex 0bb10b891b Put ifdef around this 2017-01-31 03:48:45 +01:00
twinaphex ccf1f35f39 Fix rule for MSVC 2017-01-31 03:40:31 +01:00
twinaphex 78b31955aa Put this around BOM 2017-01-31 03:37:53 +01:00
twinaphex 60d909a031 Don't use HAVE_LANGEXTRA for OSX PPC 2017-01-31 03:31:16 +01:00
Twinaphex ef51bf58d6 Merge pull request #4532 from RobLoach/dot-art
Add new Dot-Art theme
2017-01-31 03:30:20 +01:00
Twinaphex c9e14b7c5c Merge pull request #4533 from aliaspider/master
build fix for console targets.
2017-01-31 03:29:43 +01:00
twinaphex 04d751c285 (OSX PPC) Add HAVE_LANGEXTRA for Debug 2017-01-31 03:27:46 +01:00
aliaspider ffbd1e838a (3DS) build fix. 2017-01-31 03:27:26 +01:00
aliaspider 69368fbf34 (griffin) build fix. 2017-01-31 03:27:00 +01:00
Rob Loach 0963431c6a
Add Dot-Art theme 2017-01-30 21:13:44 -05:00
Twinaphex 76408fc2e8 Merge pull request #4531 from aliaspider/master
add get_crc_table() to deps/zlib/crc32.c
2017-01-31 02:08:33 +01:00
aliaspider 7416ba8b23 add get_crc_table() to deps/zlib/crc32.c 2017-01-31 01:51:33 +01:00
Brad Parker 2661d5556b DOS: fix image scaling and colors for 16-bit core video 2017-01-30 13:51:41 -05:00
twinaphex 22dfa1ca7c Fix C89_BUILD 2017-01-30 19:32:02 +01:00
twinaphex 216e45f9ea Get rid of printfs 2017-01-30 19:12:47 +01:00
twinaphex 6732446ca4 Avoid warnings 2017-01-30 19:12:28 +01:00
twinaphex 7a02876999 (sinc_resampler.c) More cleanups 2017-01-30 19:10:52 +01:00
twinaphex 26ebdb1056 More cleanups 2017-01-30 18:48:29 +01:00
twinaphex 73acd4aa0f (sinc_resampler.c) Do away with function pointer 2017-01-30 18:45:37 +01:00
twinaphex cdb45a38d3 Refactor code - do away with sinc_resampler_common 2017-01-30 18:43:09 +01:00
twinaphex 21508003c9 Create sinc_resampler_common 2017-01-30 18:15:41 +01:00
Twinaphex 2606218aa1 Silence implicit declaration warning 2017-01-30 17:35:00 +01:00
neville fc2654cd0f (iohidmanager_hid.c) Silence a whole bunch of warnings 2017-01-29 20:20:43 +01:00
twinaphex 1b3225089e iohidmanager.c - Attempt to silence some warnings 2017-01-29 20:11:32 +01:00
twinaphex 82b41265e2 Add HAVE_LANGEXTRA ifdef 2017-01-29 20:05:57 +01:00
twinaphex c2c2521b12 Add HAVE_LANGEXTRA to menu_osk.c 2017-01-29 20:01:26 +01:00
twinaphex a9c8c81032 (OSX PPC) Don't have HAVE_LANGEXTRA 2017-01-29 19:58:04 +01:00
twinaphex 6cde73d86f (CoreAudio) Add backwards compatibility 2017-01-29 19:55:14 +01:00
Brad Parker 343ac9fea7 DOS: scale 16-bit core video to fit screen 2017-01-29 00:48:22 -05:00
twinaphex e2b3c72b9d Add ifdef around this 2017-01-29 05:06:14 +01:00