ppsspp/Core/Dialog
lioncash 19984031f6 These two variables should be unsigned. It doesn't make sense for them to be signed.
I'm pretty sure having a negative maximum allowable text output limit wouldn't happen.
Also, I'm pretty sure an output length won't be negative.

These also get rid of some typecasts.
2013-01-29 09:03:22 -05:00
..
PSPDialog.cpp Fix some 64-bit type conversion warnings. 2013-01-19 13:48:20 -08:00
PSPDialog.h Add fade in / out on dialog to allow time for the user to release 2013-01-19 00:46:05 +01:00
PSPMsgDialog.cpp Add fade in / out on dialog to allow time for the user to release 2013-01-19 00:46:05 +01:00
PSPMsgDialog.h Update dialog display and return code depending of request version. 2013-01-17 23:30:45 +01:00
PSPOskDialog.cpp These two variables should be unsigned. It doesn't make sense for them to be signed. 2013-01-29 09:03:22 -05:00
PSPOskDialog.h These two variables should be unsigned. It doesn't make sense for them to be signed. 2013-01-29 09:03:22 -05:00
PSPPlaceholderDialog.cpp Make sure sceUtility funcs all return error codes. 2012-12-25 01:07:04 -08:00
PSPPlaceholderDialog.h Make sure sceUtility funcs all return error codes. 2012-12-25 01:07:04 -08:00
PSPSaveDialog.cpp Save encryption. Load/Save encrypted/decrypted save 2013-01-29 00:11:02 +01:00
PSPSaveDialog.h Save the savedata and other dialog state. 2012-12-28 13:55:31 -08:00
SavedataParam.cpp Save encryption. Load/Save encrypted/decrypted save 2013-01-29 00:11:02 +01:00
SavedataParam.h Save encryption. Load/Save encrypted/decrypted save 2013-01-29 00:11:02 +01:00