Henrik Rydgard
92c3775d95
Start hooking up D3D
2014-08-22 20:55:04 +02:00
Unknown W. Brackets
dc91dc1ce8
x86jit: Support fpu rounding modes for mul, etc.
...
Fixes Gods Eater Burst loading PSP savedata, but can no longer load old
savedata.
2014-08-21 23:59:55 -07:00
Henrik Rydgård
5f8f3633a8
Merge pull request #6685 from unknownbrackets/kill-volume
...
Remove bgm and sfx volume settings
2014-08-19 07:56:01 +02:00
Henrik Rydgård
d234ab03c6
Merge pull request #6696 from LunaMoo/master
...
Add Buffer Scalling Filter option
2014-08-19 07:55:45 +02:00
Unknown W. Brackets
5c470a1923
Remove bgm and sfx volume settings.
...
They don't actually work in all games, and this only confuses users.
Also, the default 7 lowers the volume of audio detected as bgm or sfx, but
not other volume. This means that some audio may have played too loud in
some games by default, which will be fixed by this change.
2014-08-17 14:16:59 -07:00
The Dax
75e280e6fe
Default to a deadzone 0.6f (60%) instead, as suggested.
2014-08-17 14:39:34 -04:00
The Dax
784f311d76
Make it available for everybody.
2014-08-17 14:36:35 -04:00
The Dax
cb07da198b
Make the keyboard analog limiter customisable.
2014-08-17 14:36:35 -04:00
The Dax
37b8f62997
Don't show upgrade notifications if PPSSPP is too new, regardless of iRunCount.
2014-08-16 16:31:07 -04:00
Luna
62a1023615
Add "Screen Scaling Filter" option
2014-08-08 20:51:15 +02:00
Henrik Rydgard
399d71373f
Change pauseWhenMinimized default to false
2014-07-21 10:30:53 +02:00
The Dax
9af40da53e
Make the ini tweak available for everybody.
2014-07-21 10:30:52 +02:00
The Dax
1fbd94d589
Win32: Make pausing when minimizing optional in the ini.
2014-07-21 10:30:51 +02:00
Henrik Rydgard
0986f27f33
Detect screen size and choose resolution defaults accordingly.
...
Also prevent recreate on older Android versions where it doesn't seem reliable.
2014-07-21 00:35:36 +02:00
Henrik Rydgard
b6569af71c
Add an "Auto" mode that makes display res match internal res.
...
Change wording according to unknown's idea
2014-07-20 00:22:08 +02:00
Henrik Rydgard
76bdd84e43
Add option to use the Android hardware scaler by setting a low resolution
2014-07-20 00:22:08 +02:00
The Dax
c1fc04ee64
Remove the "Change MAC Address" screen, and simply generate a new (random) one upon pressing the button.
2014-07-18 16:58:26 -04:00
Henrik Rydgård
41601d714b
Change default of "disable slow framebuf effects" to false
2014-07-09 13:42:46 +02:00
Unknown W. Brackets
4a8d52ab1a
Add a config option for the slow framebuf effects.
...
Like cluts, blitting, etc. At higher render resolutions these are
expensive, and on some mobile devices they may be too much.
Of course, they're only used when needed so this is a speedhack.
2014-07-08 23:57:27 -07:00
Henrik Rydgard
2d05b6e5e8
bugfix: Strdup the generated mac address
2014-06-30 01:08:45 +02:00
GreenBagels
c006bbd51b
Change RandMAC function call to function pointer
...
Left out .str() stringstream function
No need for forward declaration
Left an extra pair of parenthesis on CreateRandMAC
Something deleted a )...
2014-06-29 18:27:03 -04:00
Henrik Rydgård
4d1f326997
Merge pull request #6376 from GreenBagels/rand-mac-option
...
Initialize with random MAC
2014-06-29 22:53:33 +02:00
GreenBagels
c4ced7a835
Forward Declaration of OnRandomMACAddress added.
...
Added function to create random MAC
...added headers needed for CreateRandMAC
Defined function to create a random MAC
Added in option to randomize MAC address
Changed uint_16 to u16 from CommonTypes.h
Fixed case sensitivity. Woo!
QT -= gui caused <QTGui/QImage> to not be found
undo unnecessary change
undo the undo
removed random option, fixed spacing
removed forward declaration
Changed default mac to random one
Added in several STL includes: iostream, sstream.
CreateRandMAC is now only used for initial runs, no more random option.
Removed unneeded headers
Moved ctime and cstdlib to the cpp file
Added in random MAC function call
Update Config.cpp
Revert "undo the undo"
This reverts commit e21852961806727230dca31ceb5193ee2f298c7b.
2014-06-29 16:39:53 -04:00
The Dax
24743785a5
Let the user disable the recent tab altogether when iMaxRecent is < 0.
2014-06-28 23:21:36 -04:00
Henrik Rydgard
f30a052fdc
Default "ShowTouchPause" to true on Windows - makes sense on tablets.
2014-06-24 00:46:03 +02:00
Sacha
ea17e17ebd
Join both Maemo platforms (Maemo5 + Meego Harmattan/Maemo 6) to MAEMO define. Technically they are very similar and anything that wasn't already defined for both probably needed to be.
2014-06-18 03:42:31 +10:00
solarmystic
1f538eacab
Fixes #6353
2014-06-17 21:18:20 +08:00
Henrik Rydgard
3e97713d16
Revert "Remove option" (disable alpha test)
...
Fixes issue #6286 .
This reverts commit d2ce635bbf
.
2014-06-10 23:13:42 +02:00
Unknown W. Brackets
84d69de7a1
Enable "simulate block transfer" by default.
2014-06-07 22:43:40 -07:00
Unknown W. Brackets
a7b9ce205b
Enable function replacements by default.
...
So things like Star Ocean work, and game memcpy()'s to GPU work.
This will make game start on mobile a bit slower, though. And there could
still be bugs so leaving as an option, but seems pretty stable. Didn't
realize it wasn't enabled by default.
2014-06-07 00:13:45 -07:00
Unknown W. Brackets
29f2519861
Add an experimental sync to keep real time sync.
...
May help input, audio, and network related lag problems.
2014-06-02 23:34:48 -07:00
Henrik Rydgard
90f2d06697
Add setting to enable/disable GPU block transfer
2014-05-25 10:18:14 +02:00
Henrik Rydgård
155dcee5a6
Merge pull request #5975 from raven02/patch-32
...
Audio : add low/medium/high audio latency mode
2014-05-08 11:00:01 +02:00
raven02
eda3d48d53
Switch to low/medium/high audio latency mode
2014-04-27 22:11:26 +08:00
raven02
aa08944528
Medium Quality mode for spline patch
2014-04-26 12:04:26 +08:00
raven02
d2ce635bbf
Remove option
2014-04-16 03:57:57 +08:00
Henrik Rydgard
4df49a72ab
Add yet another hack setting to work around the 3rd Birthday problem.
...
Hopefully temporary...
2014-03-13 19:00:35 +01:00
Ced2911
cc9f238d36
[xbox] 360 support for Core
2014-03-02 11:22:02 -08:00
The Dax
8c31e1ca21
Add a basic decrypted EBOOT.BIN dump function.
...
It won't dump already decrypted EBOOTs.
2014-02-27 01:35:17 -05:00
The Dax
ffcae56209
Actually force the pause button on Symbian, iOS, and Meego Harmattan.
...
Instead of leaving a loophole open which could allow an ini edit, just force it on for these.
2014-02-25 01:57:32 -05:00
The Dax
57ed2149ef
Let the touchscreen pause/menu button be available for everybody.
...
It's still forced ON on iOS, Symbian, and Meego Harmattan.
2014-02-25 01:39:10 -05:00
Henrik Rydgard
ca9d0ea5cf
Remove more bad uses of dp_xres. Fix a data flow issue
...
(could end up with "feedback" if modifying the screen bounds)
2014-02-10 15:55:21 +01:00
Henrik Rydgard
8b6b491820
Remove obsolete outputWidth/outputHeight
2014-02-10 12:44:35 +01:00
Unknown W. Brackets
621c1717bf
Let's use typesafety in the config stuff.
2014-02-09 17:55:24 -08:00
Unknown W. Brackets
7b99561839
Use consistent names for reporting config settings.
2014-02-09 17:39:19 -08:00
Unknown W. Brackets
9e02b4307c
Redo the rest of the config sections.
...
Now they're all just once, rather than twice.
2014-02-09 17:39:19 -08:00
Unknown W. Brackets
db918d01e8
Centralize getting and setting or config settings.
...
Typos in Set() and etc. can be things of the past.
Only General so far.
2014-02-09 17:39:18 -08:00
Henrik Rydgard
6de30f5cbd
Our symbian compiler doesn't seem to be too fond of new style loops indeed
2014-02-10 01:11:16 +01:00
Henrik Rydgard
9a5ea8ec60
Let's see if the new-style for loops work everywhere by seeing if this breaks the build.
2014-02-09 23:26:06 +01:00
Henrik Rydgard
ca500b0bf4
Add setting for Kitkat Immersive Mode on Android.
2014-02-09 23:16:08 +01:00
Unknown W. Brackets
a610c30c12
Oops, remove extra PSPModel reference.
2014-02-09 10:55:55 -08:00
Unknown W. Brackets
f539269079
Allow PSPModel to be set/saved on mobile devices.
...
Fixes #5289 , still defaulting off on mobile.
2014-02-08 16:38:45 -08:00
Unknown W. Brackets
7add81fbd2
Use USING_WIN_UI instead of _WIN32 for differences.
...
Just makes the code clearer and probably helps other UIs work on Windows
more easily.
2014-02-08 16:38:45 -08:00
Unknown W. Brackets
d2108a962e
Switch from USING_GLES2 to MOBILE_DEVICE.
...
Still using USING_GLES2 for, well, GLES2. But for things that are really
about mobile, we need a new define. Devices are coming that don't use
GLES2.
2014-02-08 16:37:58 -08:00
Henrik Rydgård
8bc6e3f861
Add a setting in System to set the screen rotation. Default is locked to landscape.
2014-02-04 12:58:37 +01:00
DanyalZia
251b0e86ee
Separates out auto-skip from frameskipping
2014-01-26 00:50:00 +05:00
Henrik Rydgård
2b63c48041
Fix bug where SmallScreen setting wouldn't save right.
2014-01-16 10:03:48 +01:00
Henrik Rydgard
c55578367f
Add option "Small Display", useful for large tablets to avoid overlapping touch controls with the screen.
...
Will later replace with a multiselect of different sizes, or something more advanced
like multitouch drag & zoom of the screen to get it exactly where you want it.
2014-01-16 00:22:39 +01:00
The Dax
9d2868b7ce
Win32: Add option to disable the Windows key.
2014-01-07 16:02:00 -05:00
Henrik Rydgard
9bde25dfa9
Moving the lang mapping to Config clears up some obcure file-to-file build dependency.
...
Should fix the build.
2014-01-03 19:04:43 +01:00
Henrik Rydgard
03735e297b
No reason for langValuesMapping to be a member variable in Config.
2014-01-03 18:50:06 +01:00
ufdada
f9c1cefb12
wrong camelcase
2014-01-03 14:47:33 +01:00
ufdada
f4c658881a
Also set the PSP-internal Language if possible on first-run
2014-01-03 14:32:33 +01:00
Unknown W. Brackets
73121082c5
Default off the texture cache options.
...
They cause noticeable glitches in a bunch of games. The speed improvement
in some games is very good, but in quite a few it is small.
2014-01-01 15:49:11 -08:00
Unknown W. Brackets
e24f45b9a4
Add ini options to configure the texture cache.
2014-01-01 15:49:09 -08:00
Unknown W. Brackets
be55be7dcb
Fix some formatting warnings.
2013-12-29 16:08:06 -08:00
Henrik Rydgård
0952674b37
Merge pull request #4898 from raven02/patch-21
...
GLES3: enable PSP-based mipmapping generation
2013-12-29 02:07:31 -08:00
raven02
0a44bff7fa
GLES3: Try to re-enable PSP-based mipmapping generation
2013-12-25 17:17:10 +08:00
Henrik Rydgård
b0bfda6333
Merge pull request #4515 from bollu/improvedTilControls
...
Redid the tilt controls in a nicer way
2013-12-22 02:13:28 -08:00
Unknown W. Brackets
4ed419d4d5
Support pinning paths in the game browser.
...
For example, you might have games in multiple places, internal and
external storage, or a projects directory in addition to regular games,
etc.
2013-12-14 22:34:44 -08:00
bollu
b0c7e824be
Merge branch 'master' of https://github.com/hrydgard/ppsspp into improvedTilControls
2013-12-14 16:45:29 +05:30
Henrik Rydgård
5a8e12cded
Merge pull request #4816 from thedax/pspFirmwareOption
...
Add an ini option to set the emulated PSP's firmware.
2013-12-13 11:40:09 -08:00
The Dax
6050b47c67
Add an ini option to set the emulated PSP's firmware.
2013-12-13 13:06:44 -05:00
Henrik Rydgard
305cd6c8d1
Check versions less frequently, retry connections only once
2013-12-12 22:30:06 +01:00
Henrik Rydgard
ab32c99b73
Add setting to disable version checks
2013-12-12 15:59:12 +01:00
Henrik Rydgard
e7ef34d1e6
last minute fix: Reset the control layout when upgrading from 0.9.5.
...
The settings are not compatible.
2013-12-12 14:52:46 +01:00
Henrik Rydgard
3baddab8a9
Tweak the new button style to add slight drop shadows, add folder icons.
...
Set the new style as default now that it works on white backgrounds too.
2013-12-11 09:37:07 +01:00
Henrik Rydgard
7271367ac1
"Thin Borders" touch button style, ability to choose.
...
Also a Gold color scheme. Not sure whether to use or not.
2013-12-10 23:27:46 +01:00
Sacha
bdaa6f335f
Linux 32-bit fix. We cannot allocate > 32MB for 32-bit mmap implementations which is causing issues getting SLIM to work. Also, we should explicitly disable in case it is stuck in someones ppsspp.ini. See: http://lxr.free-electrons.com/source/tools/perf/util/session.c#L1290
2013-12-10 23:24:13 +10:00
Henrik Rydgard
aebd471df8
Hide background downloads like the PPSSPP version check from progress bar display
2013-12-10 13:15:17 +01:00
Sacha
108edd4093
Buildfix for Windows Qt. Enable PSP model SLIM on Symbian (works fine due to lack of mmap).
2013-12-10 18:49:25 +10:00
Henrik Rydgard
1614c6194d
Seems it's condition inversion day today. Fix another.
2013-12-09 20:27:43 +01:00
Henrik Rydgård
1e30bdfce8
Make the iPSPModel check more general so that iOS also uses 0. Need to figure out what the problem is in the first place though....
2013-12-09 12:49:52 +01:00
Unknown W. Brackets
735968ba9b
Add a setting to maintain a global func hash map.
...
This makes it easier to deal with functions that have a common
implementation between multiple games, e.g. libc funcs.
2013-12-06 00:11:49 -08:00
Henrik Rydgård
bc6ecb8ef6
Hide the homebrew store behind a ini option for now
2013-12-05 12:48:09 +01:00
Henrik Rydgård
7f481905b0
More work on the Homebrew Store, get it working on Windows and Android
2013-12-05 12:48:09 +01:00
The Dax
cf4c7a5d8c
Fix bug where networking option wasn't saved to the ini file, and default to false. If it's on by default, Peace Walker and other games are broken for now.
2013-12-04 17:28:20 -05:00
Henrik Rydgard
60ed75f68a
Add option to disable networking, tries to replicate the old error codes.
...
Please test if disabling this option "fixes" any games that broke with the adhoc merge.
2013-12-04 11:07:52 +01:00
Henrik Rydgard
e1657fec96
Get rid of WipeFramebufferAlpha ini-only option.
2013-12-04 09:41:25 +01:00
Henrik Rydgård
c3dfbbeff9
Add option to disable touch dpad diagonals.
...
Makes some games a lot more playable with touch screen.
2013-12-02 15:50:09 +01:00
Henrik Rydgård
a6c7663ea8
Allow resizing touch buttons individually.
2013-12-02 15:15:19 +01:00
Henrik Rydgård
e017a17dbb
Show homebrew as a list by default, allow changing the view mode
...
Homebrew often has poor icons, making the names important.
Also fix an issue with touch button scaling.
Conflicts:
Core/Config.cpp
UI/MainScreen.cpp
2013-12-02 12:34:09 +01:00
W.MS/王京
6d4095abdf
Disable vertex jit on jailed iOS devices
2013-12-02 10:48:52 +01:00
Henrik Rydgard
87f781bca4
Fix issue where the partial stretch option would only be saved on Blackberry. Fixes #4682 .
2013-11-30 12:50:55 +01:00
The Dax
3587f5cefe
Fix really stupid typo caused by being in a hurry.
2013-11-29 13:49:17 -05:00
The Dax
6597a1a6c0
Android: Default to PSP-1000 for now, until we know what's causing the issues.
2013-11-29 13:41:57 -05:00
Henrik Rydgård
ebdab9f907
Merge pull request #4670 from hrydgard/fastmem-default
...
Enable fast-memory by default, change the name of the setting so it resets for everyone.
2013-11-29 08:36:52 -08:00
Henrik Rydgård
d254fbf24f
Merge pull request #4664 from thedax/modelSelectOption
...
Add an ini option to allow the emulated PSP model to be changed.
2013-11-29 05:22:31 -08:00
Henrik Rydgård
6258c2bb9a
Make the vertex decoder JIT an ini-only setting, it is solid enough to hide.
2013-11-29 14:21:03 +01:00
Henrik Rydgård
8d928fcfc2
Enable fast-memory by default, change the name of the setting so it
...
resets for everyone.
The speed boost is just too big to keep it from users who don't try all
the settings.
2013-11-29 11:50:50 +01:00
The Dax
85e3a2dbfb
Make the model option ini-only.
...
Move PSP_MODEL_FAT and PSP_MODEL_SLIM to Config.h.
Default to a PSP Slim, and enable 64 megs of memory by default.
2013-11-28 14:37:10 -05:00
The Dax
5d310e6014
Add an option to allow the emulated PSP model to be changed. Some games require a PSP-2000 for features such as multiplayer.
2013-11-28 12:37:12 -05:00
Henrik Rydgard
c83a7e0029
Parse mac addresses in one place.
2013-11-28 12:38:45 +01:00
Sacha
c71186b35a
Partial Stretch: This setting is needed on other devices too.
2013-11-28 14:59:17 +10:00
Henrik Rydgard
c499be9769
Merge branch 'adhoc-support' of https://github.com/Kyhel/ppsspp into Kyhel-adhoc-support
...
hrydgard here: I switched to our implementation of thread.h and removed the "Windows7SDK" things for now.
Conflicts:
Core/Core.vcxproj.filters
2013-11-27 21:21:32 +01:00
Henrik Rydgård
f78de96d80
Don't try to read version json when we didn't get a response from the server.
2013-11-26 20:10:35 +01:00
Sacha
d6cb23e77d
Buildfix for gcc (GNU) and Qt.
2013-11-27 03:02:29 +10:00
Henrik Rydgard
c53b32d154
Show a dismissable notification if PPSSPP is behind the latest official release
2013-11-26 14:04:29 +01:00
Henrik Rydgard
7410f6fd44
Add run counter, which will be used for periodic stuff like checking for new version
2013-11-26 10:24:31 +01:00
Sacha
12bfcd0599
Qt: Some platforms don't like letters in version number.
2013-11-25 14:17:50 +10:00
Kyhel
0f7f90d0ac
Added windows changes for a unified build. Added Dialog fix which
...
prevented from saving after going online. Added windows « errno » use
redefinition to suit WSAGetLastError and protocl needs.
2013-11-25 02:57:08 +01:00
Sacha
0dadd84ef7
Symbian: Enable multi-threading (works now).
2013-11-24 20:22:35 +10:00
Sacha
f02e88b87e
Buildfix.
2013-11-24 03:11:33 +10:00
Henrik Rydgård
7e736172db
Merge pull request #4576 from shenweip/patch-7
...
Ignore the difference between "\" and "/" in "recent" and "remove from recent".
2013-11-23 07:45:39 -08:00
Sacha
cd6de7922c
Change to default of 2x IR for large screens. Including mobiles as there is no noticeable trade-off on modern devices.
2013-11-21 16:29:56 +10:00
shenweip
7bd0e0de78
Only do this for windows.
2013-11-19 20:46:33 +08:00
shenweip
09636da4ba
Ignore the difference between "\" and "/" in "recent" and "remove from recent".
2013-11-18 23:42:38 +08:00
Sacha
fb7c3d96fd
Introduce Timer Hack.
...
Has been used in previous Symbian releases to improve speed. Was thought to only work on Wipeout but actually works on most games?
Games that run based on internal timer will experience 60 VPS without frameskip.
2013-11-16 02:16:17 +10:00
Henrik Rydgård
da380478f6
Enable software skinning by default
2013-11-13 19:55:20 +01:00
Henrik Rydgard
7e67476b00
Simple unoptimized software skinning.
...
Does not take advantage of the possible reduction in state changes yet.
2013-11-13 18:10:57 +01:00
bollu
9c219bc18b
moved tilt logic to separate unit and enabled tilt to control multiple input types
2013-11-11 17:22:04 +05:30
Henrik Rydgard
63334698e1
Add temporary setting to disable the vertex decoder jit while we debug it
2013-11-09 18:16:26 +01:00
Henrik Rydgard
5a95e267fb
Add an optimization to discard registers at the end of functions when possible.
...
Works in some games but crashes many so hiding it for now. Do not add UI.
2013-11-08 12:43:48 +01:00
Henrik Rydgård
23ac6ea2fd
Merge branch 'autoLoadSave' of https://github.com/bollu/ppsspp into bollu-autoLoadSave
...
Conflicts:
Core/Config.h
UI/EmuScreen.cpp
2013-11-06 15:40:36 +01:00
Sacha
b1b4679fe6
Scale touch controls to screen resolution.
...
Include a migration method for users who were on the old static system.
Scaling up may still look weird due to the hacky method of placement which is unchanged by this commit.
Next step of resolution independence would be to have the button scaling affected by resolution too.
Tested on a few devices. Mobile users should see no changes at all.
2013-11-05 14:52:31 +10:00
Unknown W. Brackets
2f010773e1
Add rewind feature to the UI.
...
May not be perfect yet.
2013-11-02 18:33:23 -07:00
bollu
4bdf78e2a2
change defaults and setting name
2013-11-02 04:41:20 +05:30
Henrik Rydgård
590ad5c6df
Merge pull request #4369 from unknownbrackets/deadbeef
...
Fill regs with 0xDEADBEEF after syscalls...
2013-11-01 14:15:53 -07:00
Henrik Rydgård
07a868910e
Add a temporary hack option that may help debugging the wipeout glow.
...
It reduces the glow problem by a lot but is obviously incorrect.
2013-10-30 22:47:36 +01:00
Siddharth
6cd5b748eb
created auto load feature
2013-10-30 22:46:27 +05:30
Unknown W. Brackets
ee57498b16
Add a setting to skip 0xDEADBEEF reg filling.
...
For debugging purposes. Can't think of a better way.
2013-10-30 07:28:52 -07:00
Igor Calabria
2c484c9bee
Adds adhoc support notes on readme, and option to load server address from config
2013-10-30 00:18:06 +00:00
Henrik Rydgård
997c7dc374
Simplify some UI code, fix enabled-ness of Tilt analog settings
2013-10-29 10:22:09 +01:00
Siddharth
5daaaa3aad
made deadzones configurable
2013-10-28 16:43:42 +05:30
Siddharth
ec0e0d7047
implemented full tilt based D-pad controls
2013-10-27 23:28:47 +05:30
Henrik Rydgård
4cc6171cf9
Merge pull request #4316 from shenweip/patch-12
...
Fallback to default path if current directory doesn't exist.
2013-10-25 14:38:33 -07:00
shenweip
6a149200b6
Fallback to default path if current directory doesn't exist.
2013-10-26 00:44:19 +08:00
Henrik Rydgård
f73aec2570
Only disable buffered rendering by default on Galaxy Y instead of all
...
Armv6 devices.
Would have like to use gpu feature flags but GL isn't necessarily initialized
when we load the config. Will need to find a different solution.
Also a buildfix for headless non-windows.
2013-10-25 11:47:44 +02:00
Henrik Rydgard
bf59f3db73
Add ugly hack setting for PowerVR to disable alpha test
...
Causes glitches but the speedup is truly massive in some games so I relent :/
Please do not report graphics bugs when this is enabled...
Future: Maybe remove this setting except on PowerVR?
2013-10-22 13:00:19 +02:00
The Dax
98c6e87c0f
Make touch Dpad and Select show by default.
2013-10-20 12:02:19 -04:00
The Dax
11a34746cf
Default to true for all touch control visibility, and actually translate Control Visibility.
2013-10-20 00:01:29 -04:00
The Dax
d099692ed0
Make Toggle All actually function.
2013-10-19 23:24:38 -04:00
The Dax
a88a30fb1d
Add a touch control visibility screen. All touch controls can now be toggled on or off, except for the Pause button on platforms that have it, as a safety precaution.
2013-10-19 23:24:09 -04:00
Henrik Rydgard
f15e21c5f8
Remove the Enable Atrac3+ checkbox
2013-10-20 01:07:18 +02:00
Siddharth
38442c090e
allow loading and unloading of onScreen control coordinates. Also, use sane (bottom left origin)coordinate system for all onScreen elements
...
can now reposition on screen controls
removed unnessecary files
fixed indenting issues
renamed RepositionOnScreenControlScree to TouchControlLayoutScreen
2013-10-20 00:39:38 +02:00
Siddharth
06c13926ee
made atomic lock optional
...
fixed an incorrect merge to nativeApp.cpp
made atomic locks init correctly
reintroduced atomic locks in audio as an optional setting
converted global pointers to global objects on stack
moved all mixing code into PSPMixer
internaized all code into __sceAudio.cpp
cleaned up rebase
cleaned up rebase
2013-10-16 23:42:47 +05:30
Henrik Rydgard
e88a049e79
Windows: Center window on first start
2013-10-15 13:10:25 +02:00
Unknown W. Brackets
49983fa1e4
Also respect Windows absolute paths.
2013-10-12 16:41:53 -07:00
Unknown W. Brackets
c0e3f1523e
Respect ini file path on reset settings.
...
This is the easiest way to force settings to the memstick, but it means
erasing the existing ones.
2013-10-12 16:05:00 -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