Henrik Rydgård
|
d865d04f81
|
Merge pull request #2943 from unknownbrackets/warnings
Fix some warnings generated by gcc 4.8 and clang
|
2013-07-27 02:59:40 -07:00 |
|
Henrik Rydgård
|
d4edd619a4
|
Merge pull request #2945 from unknownbrackets/ui-minor
Fix minor crash on error screen, invalid filename on drive letter
|
2013-07-27 02:32:50 -07:00 |
|
Unknown W. Brackets
|
3988a12801
|
Allow filenames like e.g. F:\ as dirs.
|
2013-07-27 01:17:18 -07:00 |
|
Henrik Rydgård
|
ab3b7041d2
|
Restore accidentally deleted config saving line
|
2013-07-27 10:14:00 +02:00 |
|
The Dax
|
489748ffc0
|
Change nullptr to NULL to avoid possible issues with platforms that don't support C++11.
|
2013-07-27 02:16:06 -04:00 |
|
Unknown W. Brackets
|
b5e46b46cd
|
Fix some minor virtual disc warnings.
|
2013-07-26 22:50:57 -07:00 |
|
Unknown W. Brackets
|
abec782420
|
Return unsigned vars in sceCccDecode*().
Semantics only, but clearer.
|
2013-07-26 22:50:56 -07:00 |
|
Unknown W. Brackets
|
d9d66c46e9
|
Avoid a possibly uninitialized var.
|
2013-07-26 22:50:56 -07:00 |
|
Unknown W. Brackets
|
7c238f4567
|
Avoid a signed/unsigned compare.
This one is pretty pedantic.
|
2013-07-26 22:50:55 -07:00 |
|
Unknown W. Brackets
|
e355518549
|
Fix a bad enum compare.
|
2013-07-26 22:30:05 -07:00 |
|
Unknown W. Brackets
|
fa3b608b36
|
Fix a missing log argument.
|
2013-07-26 22:13:09 -07:00 |
|
Unknown W. Brackets
|
04b636e889
|
Simplify and avoid a shift size warning.
|
2013-07-26 22:12:47 -07:00 |
|
Unknown W. Brackets
|
ddc2c15ce8
|
Remove some unsigned < 0 comparisons.
|
2013-07-26 22:12:12 -07:00 |
|
The Dax
|
349d4eba2b
|
64-bit PPSSPP(Windows): Attempt to fix games that crash with Atrac3plusdecoder64.dll. It seems to be caused by m_audiocontext being null..
|
2013-07-27 00:38:42 -04:00 |
|
Henrik Rydgard
|
5dbf5da355
|
Merge remote-tracking branch 'origin'
|
2013-07-27 00:45:54 +02:00 |
|
Henrik Rydgard
|
a346697037
|
Update native + some very minor changes
|
2013-07-27 00:44:16 +02:00 |
|
Unknown W. Brackets
|
a740888add
|
Fix typos.
|
2013-07-25 22:37:27 -07:00 |
|
Unknown W. Brackets
|
8da6259aff
|
More carefully check defines for endianness.
|
2013-07-25 22:25:50 -07:00 |
|
Henrik Rydgard
|
1533b588e3
|
Argh, this really shouldn't be needed but is.
|
2013-07-26 01:18:40 +02:00 |
|
Henrik Rydgard
|
b3ea250122
|
typo
|
2013-07-26 00:57:29 +02:00 |
|
Henrik Rydgard
|
144a5849e2
|
Uhm, fix the second part of the BIG_ENDIAN #define error...
|
2013-07-26 00:54:39 +02:00 |
|
Henrik Rydgard
|
22505ac998
|
Jack up default audio volumes to 7, change the parameter names.
|
2013-07-25 23:51:45 +02:00 |
|
Henrik Rydgård
|
9fc57894ab
|
Mac build fix (weird, BIG_ENDIAN really shouldn't be defined)
|
2013-07-25 19:21:43 +02:00 |
|
Henrik Rydgård
|
61351e4b59
|
Merge branch 'patch-1' of https://github.com/raven02/ppsspp into raven02-patch-1
Conflicts:
Windows/ppsspp.rc
native
|
2013-07-25 18:20:08 +02:00 |
|
Henrik Rydgård
|
080c99cd57
|
Merge pull request #2897 from Kingcom/DiscDirectory
Open directory as disc
|
2013-07-25 09:15:34 -07:00 |
|
Unknown W. Brackets
|
5e87d6e45d
|
Add _le typedefs to font handling stuff.
|
2013-07-25 08:04:36 -07:00 |
|
Unknown W. Brackets
|
ae5851a393
|
Use _le typedefs in elf reading.
|
2013-07-25 08:04:35 -07:00 |
|
Unknown W. Brackets
|
81f7103e0b
|
Use *_le for the sceKernel* funcs.
|
2013-07-25 08:04:34 -07:00 |
|
Unknown W. Brackets
|
f1c354607e
|
Add special u32_le/etc. types to mark endianness.
Might even want u32_be...
|
2013-07-25 08:04:34 -07:00 |
|
raven02
|
82b2581d79
|
Remove 'Display raw framebuffer' option
|
2013-07-25 20:23:22 +08:00 |
|
Kingcom
|
cedb41a10c
|
Merge branch 'master' of https://github.com/hrydgard/ppsspp into DiscDirectory
Conflicts:
Windows/ppsspp.rc
Windows/resource.h
|
2013-07-25 13:49:53 +02:00 |
|
Kingcom
|
b24f4a64d4
|
Linux fixes and small changes
|
2013-07-25 13:45:30 +02:00 |
|
Kingcom
|
5ddc9afba0
|
-save state support
-abstracted file access
-moved to VirtualDiscFileSystem class
|
2013-07-24 22:49:45 +02:00 |
|
The Dax
|
75dcbc0f09
|
Fix warning in sceNet.cpp.
|
2013-07-23 16:44:42 -04:00 |
|
Kingcom
|
e76ffe6b7c
|
Supprt opening whole disc, assume file info is gathered before it's used
|
2013-07-23 22:23:12 +02:00 |
|
Kingcom
|
be548fdd2e
|
Disable invalid file operations for virtual discs
|
2013-07-23 20:24:15 +02:00 |
|
Kingcom
|
0afd7dea28
|
Add error message when opening entire ISO
|
2013-07-23 17:53:55 +02:00 |
|
Kingcom
|
8955fedf44
|
Open directory as disc image
|
2013-07-23 17:24:33 +02:00 |
|
sum2012
|
a0faeb7849
|
Fix "for The variable 'ringbuffer' is being used without being initialized"
in Second Novel Kanojo no Natsu 15 fun no Kioku
|
2013-07-23 20:26:33 +08:00 |
|
Henrik Rydgard
|
9d76ba7dd2
|
Minor cleanup in texcache, fix some warnings
|
2013-07-22 19:26:16 +02:00 |
|
raven02
|
76bd4e3120
|
Fix rendering mode switching issue in old & new UI
|
2013-07-22 08:41:58 +08:00 |
|
Henrik Rydgard
|
2f50bec779
|
Merge branch 'raven02-master'
Conflicts:
native
|
2013-07-21 22:37:22 +02:00 |
|
Henrik Rydgard
|
63682aacae
|
Warning fixes, improve error msg
|
2013-07-21 22:36:54 +02:00 |
|
Unknown W. Brackets
|
465398b000
|
Fix retval and surrog pairs in sceCccEncodeUTF16().
Surrogate pairs fixed by native update for typo (missing ++.)
|
2013-07-21 12:57:28 -07:00 |
|
Unknown W. Brackets
|
3decbba334
|
Correctly output NULs, etc. (i.e. UTF-16.)
|
2013-07-21 12:56:55 -07:00 |
|
raven02
|
0216f52359
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
UI/GameSettingsScreen.cpp
UI/MenuScreens.cpp
Windows/ppsspp.rc
|
2013-07-22 00:03:54 +08:00 |
|
raven02
|
87fc81e56d
|
Consolidate Rendering Mode
|
2013-07-21 23:17:42 +08:00 |
|
Henrik Rydgård
|
b17b120104
|
Merge pull request #2875 from Orphis/pbp-load-fix
Loader: Open PBP files even if we don't find the /PSP/GAME path
|
2013-07-21 05:24:04 -07:00 |
|
Florent Castelli
|
713f4747a6
|
Loader: Open PBP files even if we don't find the /PSP/GAME path
|
2013-07-21 14:11:52 +02:00 |
|
Henrik Rydgard
|
2b35aa9050
|
Add basic NewUI in-game menu.
|
2013-07-21 13:31:46 +02:00 |
|