rpcsx/rpcs3
luxsie 7bbf4bbaeb Implemented L10nConvertStr as only char* -> char* (type).
This may be used in other l10n functions, since it was designed to receive void* pointer.
Find sizeof(size_t) is 4 (uint32_t?) in Guided Fate Paradox. Thank @B1ackDaemon for testing.
Changed log content for this function. Also fixed many typos..
Need windows sdk for code page transformation on windows. Need iconv to build on Linux/Mac.
Original source for char to char codepage transformation is already tested using codeblocks and vs.
Noticed l10n_conv_t is omitted in reference, which may be replaced by iconv_t or simply other function.
Modified .travis.yml to apt-get install libc6-dev and removed -liconv from CMakeFile.txt.
2014-08-18 17:47:54 +08:00
..
cmake_modules add precompiled header build to cmake to speed up building 2014-04-27 19:07:20 +02:00
Crypto More rFile cleanups and fixes. 2014-08-01 04:20:00 +10:00
Emu Implemented L10nConvertStr as only char* -> char* (type). 2014-08-18 17:47:54 +08:00
Gui Fixed some grammatical mistakes 2014-08-17 10:53:09 +03:00
Loader IsGood() check elimination 2014-08-05 14:18:22 +04:00
rpcs3qt Qt: Update to match rest of emu. 2014-07-09 02:26:31 +10:00
CMakeLists.txt use a include directory relatie to the lists file 2014-07-23 19:51:41 +02:00
emucore.vcxproj Implemented L10nConvertStr as only char* -> char* (type). 2014-08-18 17:47:54 +08:00
emucore.vcxproj.filters Implemented L10nConvertStr as only char* -> char* (type). 2014-08-18 17:47:54 +08:00
emucore.vcxproj.user initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
git-version.h Basic DMA, MFC, channel changes 2013-12-11 02:58:11 +04:00
Ini.cpp Optimise travis a bit more. Use Cmake 3.0. Also drop rPlatform from stdafx. 2014-07-11 07:13:45 +10:00
Ini.h Fixed some grammatical mistakes 2014-08-17 10:53:09 +03:00
rpcs3.cpp Stdafx: Major header cleanup 2014-07-12 16:33:04 +10:00
rpcs3.h More header changes. 2014-07-12 16:33:04 +10:00
rpcs3.rc http://code.google.com/p/rpcs3/source/detail?r=44 2012-11-15 01:39:56 +02:00
rpcs3.vcxproj Added Save Data Utility UI (stub). 2014-08-15 19:44:16 +08:00
rpcs3.vcxproj.filters Added Save Data Utility UI (stub). 2014-08-15 19:44:16 +08:00
rpcs3.vcxproj.user reset debug output directory 2014-06-08 23:23:36 +02:00
stdafx.cpp initial start to eliminate static func init, not compilable atm 2014-06-08 23:16:06 +02:00
stdafx.h Conflicts fixed 2014-07-29 00:29:38 +04:00