Commit Graph

6522 Commits

Author SHA1 Message Date
Henrik Rydgard
22505ac998 Jack up default audio volumes to 7, change the parameter names. 2013-07-25 23:51:45 +02:00
Henrik Rydgard
5e791fad51 Try to fix the bigendian defines 2013-07-25 23:39:41 +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
Henrik Rydgård
7af1f16f61 Merge pull request #2920 from unknownbrackets/endian
Specify endianness in some memory layout structs
2013-07-25 08:32:29 -07:00
Unknown W. Brackets
5e87d6e45d Add _le typedefs to font handling stuff. 2013-07-25 08:04:36 -07:00
Unknown W. Brackets
f3fc9562ff Oops, need floating point types too. 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
bf8e32f6f6 Remove entire if and contents 2013-07-25 20:54:24 +08: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
Sacha
79990fe01d Implement parts of the new input system for Blackberry and Qt. Touchscreen now works again. 2013-07-25 14:29:25 +10:00
Henrik Rydgård
7d1b604bf8 Merge pull request #2915 from thedax/master
NewUI: Allow Unlock CPU Speed to be set to 0.
2013-07-24 14:27:13 -07:00
The Dax
6551db82a1 NewUI: Allow Unlock CPU Speed to be set to 0 with the slider bar. If the minimum is kept at 1, it can't be turned off otherwise. 2013-07-24 17:25:44 -04:00
Kingcom
5ddc9afba0 -save state support
-abstracted file access
-moved to VirtualDiscFileSystem class
2013-07-24 22:49:45 +02:00
Henrik Rydgård
697ddfda0b Merge pull request #2890 from thedax/master
Win32 UI: Fix F5(Buffered rendering hotkey) behaviour.
2013-07-24 12:39:46 -07:00
Henrik Rydgård
a41e5e4403 Merge pull request #2902 from thedax/sceNetWarningFix
Fix warning in sceNet.cpp.
2013-07-24 12:39:33 -07:00
Henrik Rydgård
0812da9e01 Merge pull request #2907 from raven02/patch-2
FBO to memory : Llimit frameskip to 8 and code cleanup
2013-07-24 12:24:05 -07:00
Henrik Rydgård
f9b4568f59 Merge pull request #2908 from raven02/patch-3
Fall back the depth test to the simplest and correct one
2013-07-24 12:23:04 -07:00
raven02
629a134946 Fix divide by 0 bug 2013-07-25 00:29:05 +08:00
raven02
cffb397fbf Fall the depth test to the simplest and correct one 2013-07-25 00:01:00 +08:00
raven02
f79de0b541 Max frameskip as 8 and code cleanup 2013-07-24 22:46:47 +08:00
The Dax
d83064e483 Add a couple comments. 2013-07-23 17:08:42 -04:00
The Dax
faa2932c88 Update F5 key behaviour to cycle all buffered rendering modes. 2013-07-23 17:05:58 -04: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
97b89c50df Fix stupid mistake 2013-07-23 18:16:21 +02:00
Kingcom
0afd7dea28 Add error message when opening entire ISO 2013-07-23 17:53:55 +02:00
Kingcom
f9c5d3766c Display icon in UI 2013-07-23 17:35:43 +02:00
Kingcom
8955fedf44 Open directory as disc image 2013-07-23 17:24:33 +02:00
Henrik Rydgård
3139c5f97f Merge pull request #2896 from sum2012/mpg-patch
Fix "for The variable 'ringbuffer' is being used without being initialized"
2013-07-23 06:47:48 -07: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 Rydgård
9644de0949 Merge pull request #2895 from raven02/patch-4
FBO to memory : Skip frame along with frameskipping option
2013-07-23 05:24:05 -07:00
Henrik Rydgård
c9279a951b Merge pull request #2894 from raven02/patch-2
Code cleanup :Use UPPER case for enum
2013-07-23 05:15:11 -07:00
raven02
858d1d6987 Framebuffer to memory : Skip frame inline with frameskipping option 2013-07-23 20:01:31 +08:00
raven02
793428264e Apply LINEAR/LINEARFMV to TextureCache 2013-07-23 19:31:14 +08:00
raven02
4514e07ac1 Use LINEAR and LINEARFMV for framebuffer 2013-07-23 19:30:01 +08:00
raven02
2ed82df646 Use UPPER case for enum 2013-07-23 19:28:01 +08:00
Henrik Rydgard
5d91518e63 Don't know what I was thinking, sigh. Fixes #2889 2013-07-23 01:05:09 +02:00
Henrik Rydgard
2f2f20ce64 Couple of trivial microoptimizations. probably no impact. 2013-07-23 00:13:51 +02:00
Henrik Rydgard
fafa9c9bfd Dynamically load XInput, lets us to map the home button with a trick
Also avoids failing to start if XInput 1.3 is not installed.
2013-07-23 00:12:26 +02:00
Henrik Rydgard
0cbe0dc997 Let's try raven02's #2880, which failed to merge normally so I did it manually instead. 2013-07-22 22:57:12 +02:00
Henrik Rydgard
09c7aaacad NewUI: Load games directly by press-and-hold on the main menu 2013-07-22 22:36:56 +02:00
Henrik Rydgard
9d76ba7dd2 Minor cleanup in texcache, fix some warnings 2013-07-22 19:26:16 +02:00
Henrik Rydgard
eaf5cc169d TransformPipeline: Minor memory optimization and a prim sanity check 2013-07-22 19:22:38 +02:00