shenweip
bbeed2d870
Add a check to avoid overwriting cheat file.
2013-11-05 20:38:51 +08:00
Henrik Rydgård
4590e44954
add "onFinish" to screens so that ESC (etc) works the same as the back
...
touch button.
2013-10-25 13:19:08 +02:00
Henrik Rydgård
a588b46321
Clear the JIT cache correctly when exiting the cheat dialog.
2013-10-23 17:23:05 +02:00
Henrik Rydgård
70738c1755
Automatically clear the JIT when exiting the Cheats dialog box.
...
Plus some simple cleanup.
2013-10-23 16:10:58 +02:00
The Dax
db370c1fd3
Call the base class sendMessage when handling messages from native, so every screen can refresh from a language update at any time.
2013-10-21 16:52:44 -04:00
The Dax
0571a8c513
Remove ifdefs. All platforms use the same cheat directories now(or they should :/ ).
2013-10-15 03:41:11 -04:00
The Dax
fec7dab628
Have CWCheats use it, too. It's useful pretty much anywhere one needs the real path instead of a virtual memory stick path.
2013-10-15 03:41:11 -04:00
The Dax
b3018eb37f
Allow Win32 to store its saves, config files, etc., elsewhere.
...
If installed.txt exists(or the executable directory is read-only), use the user's My Documents(XP) or Documents(7/8/8.1) directory to search for everything. If it doesn't, or we can't determine the directory for some reason, use the old behaviour.
2013-10-13 16:45:59 -04:00
Unknown W. Brackets
98b49db82a
Minor warning fixes.
2013-10-12 16:49:22 -07:00
Sacha
03711b1993
Symbian buildfix.
2013-10-13 01:40:25 +10:00
bhavin192
3bfae23009
Update CwCheatScreen.cpp
...
Fix cheat.db problem for symbian
2013-10-12 15:10:13 +05:30
Steven Cherry
bbd2e12f97
Changed vector<bool> to deque<bool>.
2013-10-11 20:04:15 -05:00
Steven Cherry
19efa9ef8a
Fix one more small thing
2013-10-02 17:39:18 -05:00
Steven Cherry
e2e74b7292
Fix Mem Leak and other small fixes.
2013-10-02 17:37:39 -05:00
Steven Cherry
1578bb16ba
Cleanup
2013-10-01 21:14:34 -05:00
Steven Cherry
b0afdff3e9
CWCheat: Fix for crashing when exceeding cheat list size. Its now a pseudo-vector! Can accept any amount of cheats now.
2013-10-01 21:11:15 -05:00
Unknown W. Brackets
2cca2568c7
Make sure the saved git ver is null terminated.
...
strncpy() is a tricky beast.
2013-09-14 20:29:01 -07:00
shenweip
42c5061e18
Receive language change message in another screen
2013-09-14 11:52:59 +02:00
Henrik Rydgard
2745744d99
Split the resolution setting into Window Size and Rendering Resolution (internal resolution).
...
Gets rid of our "antialiasing" (simply crank up internal resolution to 2x your window size).
Proper MSAA is coming later.
2013-09-11 00:19:34 +02:00
shenweip
a1191325e1
Add a check in OnImportCheat to avoid crashing when can not get the title from cheat.db
2013-09-09 14:26:37 +08:00
Steven Cherry
46ba12cc85
Fix Reloading cheats
2013-09-05 17:36:14 -05:00
Henrik Rydgard
273fb7c941
Warning fixes, make the back button exit the emu on the main screen on Android.
2013-09-04 10:51:14 +02:00
kaienfr
966492fcbf
fix cwcheat list incompletely shown and resize the check button
2013-09-03 17:50:34 +02:00
vnctdj
687e1790db
Move "Back" translation
...
Because it is already translated in [Dialog]
2013-09-03 10:27:58 +02:00
Steven Cherry
3d468e37ad
Fix
2013-09-01 18:37:29 -05:00