Unknown W. Brackets
c486a09c2c
Use a better default font path on Linux/Mac OS X.
...
This way people don't have to copy to ~/.ppsspp/flash0.
The override in ~/.ppsspp/PSP/flash0 still works.
2013-10-20 23:45:56 -07:00
Henrik Rydgård
70783eaa48
Windows build fixes
2013-10-19 23:09:27 +02:00
Henrik Rydgård
2c5adc96cf
Rip out the support for the Atrac3+ plugin. It is gone, to never return.
2013-10-19 23:09:26 +02:00
Sacha
e112cf5aff
Also install the langregion file on Blackberry & Symbian. Don't auto enable hardware transform on Symbian.
2013-10-17 23:24:49 +10:00
The Dax
c7bdeb3084
Eliminate GetSysDirectories and instead provide a new function: GetSysDirectory.
...
On Win32, call InitSysDirectories before the emuthread starts just to be safe.
2013-10-15 03:41:10 -04:00
The Dax
22e7b64df3
Don't write files before creating the directory in the first place.
2013-10-14 17:28:27 -04:00
The Dax
be97799a6e
use g_Config.memCardDirectory/PSP/SCREENSHOT for screenshots, to match the real PSP.
2013-10-14 14:51:42 -04:00
The Dax
54de8739f1
Fix critical bug with GetSysDirectories.
2013-10-13 19:30:07 -04:00
Unknown W. Brackets
af2ccbb9da
Rename flashDirectory to flash0Directory.
2013-10-12 16:08:39 -07:00
Unknown W. Brackets
79143b56d2
Allow config files to be placed under the memstick.
...
This way, they can be configured more easily on Android, etc.
2013-10-12 16:02:03 -07:00
Siddharth
bb66c442e5
less obnoxious color
2013-10-08 19:22:21 +05:30
Siddharth
4dba847ea4
Uses StickyChoice's Highlight() to highlight save slots in use
2013-10-08 19:08:50 +05:30
Siddharth
630201017b
save states with data on them are now highlighted
2013-10-07 21:46:02 +05:30
The Dax
e6d85cfb39
Rename Config::languageIni to Config::sLanguageIni for consistency.
2013-09-16 19:47:25 -04: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
Unknown W. Brackets
ae17f40e66
Use Roboto Condensed for the UI where supported.
...
It's Apache licensed and doesn't look bad. Defaulting still works.
2013-08-31 01:37:41 -07:00
Henrik Rydgard
9ac2cb92ba
android buildfix
2013-08-30 20:19:03 +02:00
The Dax
39db37cfd3
Add a comment.
2013-08-30 13:52:15 -04:00
The Dax
e859b79948
Remove useless if.
2013-08-30 13:38:59 -04:00
The Dax
3426c9cb2c
Allow user to specify what system font to use in their respective language's ini file. Fallback on Trebuchet MS if nothing is defined.
2013-08-30 13:33:12 -04:00
Henrik Rydgard
7ea3544082
Crashfixes on non-windows, update native to eat & signs (so we can share strings with windows menus)
2013-08-30 18:16:29 +02:00
Henrik Rydgard
349718a3bc
Windows: Use system fonts in UI - no more mojibake.
...
No support for doing this on Android yet, still uses the atlas.
2013-08-30 14:48:52 +02:00
Henrik Rydgard
6360fcb0ae
Add some stats to get some idea of much alpha tested drawing we do.
...
Turns out it's one hell of a lot and we really should fix this by
checking both vertices and textures to deduce when we can just skip
alpha testing safely, probably quite often.
I care about this because alpha testing drawing is very expensive
on some mobile chips.
2013-08-27 21:01:17 +02:00
Sacha
d64b83be97
Add missing atlasscript. Set multithread to false for Symbian on start.
2013-08-21 19:10:22 +10:00
Henrik Rydgard
60b9f4f003
Fix crash bug exiting game
2013-08-20 19:10:13 +02:00