Unknown W. Brackets
|
50e9e45d65
|
Check version in each DoState() func.
They bail on PointerWrap error or bad version.
|
2013-09-14 20:23:03 -07:00 |
|
The Dax
|
58aab2eeb8
|
Simplify NativeKeyboard, and only copy the amount of bytes of the output plus null terminator.
|
2013-09-11 15:42:32 -04:00 |
|
Unknown W. Brackets
|
db7496a37c
|
Write only changed characters from OSK.
|
2013-09-11 08:04:01 -07:00 |
|
Henrik Rydgard
|
8c88dff5a4
|
More log categories, use them (and existing ones). Improve log config.
|
2013-09-07 22:02:55 +02:00 |
|
Lioncash
|
78f6808ece
|
Remove a redundant wcsncat call.
Just makes the else statement the dominant branch.
|
2013-09-04 15:05:28 -04:00 |
|
The Dax
|
91fe3a8d4c
|
Remove old comment since this now supports wchar/Unicode.
|
2013-08-27 08:54:41 -04:00 |
|
The Dax
|
d5c4f6673c
|
Switch from u32_le to u32, and truncate the user's input if it's too long(so that they still get something entered. It's probably confusing not to enter something).
|
2013-08-27 08:46:54 -04:00 |
|
The Dax
|
3c303925c9
|
Change u32_le to u32.
|
2013-08-27 08:41:59 -04:00 |
|
The Dax
|
f70faaa0c2
|
Terminate the loop early if it's going to overflow; there's no reason to keep riding it out. Also fix use of uninitialized variable.
|
2013-08-27 08:08:06 -04:00 |
|
The Dax
|
2e25f00585
|
Really prevent the possible buffer overflow. This is getting silly.
|
2013-08-27 08:02:42 -04:00 |
|
The Dax
|
58ca962d89
|
Prevent possible buffer overflow.
|
2013-08-27 07:44:32 -04:00 |
|
The Dax
|
05b860c167
|
Win32: Update OSK bypass with Unicode/wchar/wstring support.
|
2013-08-27 07:36:46 -04:00 |
|
adrian17
|
06a015983a
|
Fixed some doubled semicolons
|
2013-08-25 19:43:18 +02:00 |
|
Unknown W. Brackets
|
83373b8d87
|
Fix a pointer ARRAY_SIZE() compare (eek.)
|
2013-08-12 23:33:40 -07:00 |
|
Unknown W. Brackets
|
008052e6d6
|
Fix some variable hiding warnings.
|
2013-08-12 23:32:38 -07:00 |
|
Henrik Rydgard
|
51ffdfa132
|
Rename gpuStats.numFrames to numVBlanks. Switch to using numFlips for things like cache expirations.
|
2013-08-07 22:34:00 +02:00 |
|
The Dax
|
f9067e15c9
|
Remove old comment, change another one, and change MenuScreens.cpp to use the new class Host's InputBoxGetString.
|
2013-08-06 19:36:51 -04:00 |
|
The Dax
|
40b1c6298a
|
Fix Headless build error introduced by #3063.
|
2013-08-06 19:28:43 -04:00 |
|
Henrik Rydgard
|
993d3b01de
|
Android buildfix
|
2013-08-06 19:00:32 +02:00 |
|
The Dax
|
4a2605d85e
|
Switch to strncat instead of sprintf.
|
2013-08-05 23:46:00 -04:00 |
|
The Dax
|
b9541d9a15
|
Switch to size_t instead of u32.
|
2013-08-05 23:29:59 -04:00 |
|
The Dax
|
1da0454508
|
Add support for changing the InputBox's title to the description text provided by the game(or the emulator itself). If none is provided(empty string), fall back to a default string.
|
2013-08-05 23:17:26 -04:00 |
|
The Dax
|
22bceea46c
|
Remove old comment, and change length value.
|
2013-08-05 22:49:04 -04:00 |
|
The Dax
|
4570d83c05
|
Fix crash in InputBox.cpp by offering an overloaded func which takes a size, and use it in MenuScreens.cpp / PSPOskDialog.cpp.
|
2013-08-05 22:45:51 -04:00 |
|
The Dax
|
d20ac3c4c2
|
Fall back on "VALUE" if for some reason we can't get the initial text.
|
2013-08-05 22:15:10 -04:00 |
|