Commit Graph

11441 Commits

Author SHA1 Message Date
valef
02b5bd339c - Moved SHORTCUT_EXTRA_KEY and shortcut query here.
- Call super.setShortcutParam(getIntent().getStringExtra(SHORTCUT_EXTRA_KEY))
before super.onCreate()
2014-01-06 18:08:38 +07:00
valef
ac6667d463 Added ShortcutActivity class on ppsspp manifest, so it will appears on homescreen shortcuts choice ("PPSSPP game" in our case). 2014-01-06 18:08:38 +07:00
valef
ba5cbfdbfe Added name to display when user long-press homescreen and choose "Shortcuts".
In our case it's "PPSSPP game".
2014-01-06 18:08:38 +07:00
valef
61138e2d1d Added simple file chooser dialog,
This is to select game iso when creating homescreen shortcut.

Probably not an ideal solution, could use ppsspp internal GameBrowser later.
2014-01-06 18:08:37 +07:00
valef
134ebebb93 Added ShortcutActivity class to respond to homescreen shortcut intent.
It will show file dialog and return path to selected file as intent response.
2014-01-06 18:08:37 +07:00
Henrik Rydgård
9f4feafe10 Merge pull request #5027 from unknownbrackets/mpeg-minor
Correct some basic mpeg functionality to match tests
2014-01-06 01:20:39 -08:00
Henrik Rydgård
82c28aa93f Merge pull request #5029 from pal1000/work
Fix warning in MIPS/MIPSAnalyst.cpp
2014-01-06 01:17:55 -08:00
pal1000
e7672655d3 Fix warning in MIPS/MIPSAnalyst.cpp 2014-01-06 10:48:52 +02:00
Unknown W. Brackets
40745e727c Correct errors in sceMpegRingbufferAvailableSize(). 2014-01-05 23:12:16 -08:00
Unknown W. Brackets
a896877449 Fix mpeg struct header. 2014-01-05 23:03:17 -08:00
Unknown W. Brackets
e16602641c Improve errors in sceMpegRingbufferConstruct().
And also make Destruct() not actually null out the ringbuffer, per tests.
2014-01-05 22:34:11 -08:00
Henrik Rydgård
cb28d332d3 Merge pull request #5021 from unknownbrackets/mbx-fix
Remove weird 991 mbx check (fixes #2927)
2014-01-05 08:14:09 -08:00
Unknown W. Brackets
116f86a8e8 Remove weird 991 mbx check (fixes #2927.) 2014-01-05 08:10:36 -08:00
Henrik Rydgard
aaf219d063 Only copy the depth buffer if the framebuffer size matches. 2014-01-05 13:00:57 +01:00
Henrik Rydgård
53e23d12a4 Update native with input workaround for Ouya 2014-01-05 12:50:14 +01:00
Henrik Rydgård
367a5b7a0f Merge pull request #5012 from raven02/patch-6
Typo fix
2014-01-04 17:32:57 -08:00
Unknown W. Brackets
2a56c76f55 Fix crash in non-buffered rendering. 2014-01-04 17:29:00 -08:00
Sacha
bb864bdb9a Fix Qt for Maemo 2014-01-05 10:54:05 +10:00
raven02
1e3ec469fd Typo fix 2014-01-05 08:46:50 +08:00
Henrik Rydgård
ce8f98e1fb Merge pull request #5010 from unknownbrackets/depth-copy
On desktop, blit depth when not cleared
2014-01-04 13:33:33 -08:00
Henrik Rydgard
5398133267 Update native (fbo change on non-ES, read/draw_framebuffer) 2014-01-04 22:32:31 +01:00
Unknown W. Brackets
202842d690 On desktop, blit depth when not cleared.
Workaround for #1283, makes Jeanne d'Arc playable.
2014-01-04 11:27:01 -08:00
Henrik Rydgård
4d477f0076 Merge pull request #4997 from raven02/patch-4
sceMpeg: Add all missing invalid memory check and cleanup format
2014-01-04 07:59:52 -08:00
Henrik Rydgård
7e7d888876 Merge pull request #5007 from jefrsilva/ptpopenfix
Fix for not updating local port information after bind in PtpOpen
2014-01-04 07:57:16 -08:00
Jeferson Rodrigues da Silva
4284290463 Fix for not updating local port information after bind in PtpOpen 2014-01-04 12:57:08 -02:00
raven02
54d97824e0 Apply hleDelayResult to sceMpegAvcCsc 2014-01-04 22:47:34 +08:00
Henrik Rydgård
2c5de99634 Merge pull request #5006 from vnctdj/patch-1
Make "Extract File..." menu item translatable
2014-01-04 03:35:21 -08:00
vnctdj
522f9176a4 Make "Extract File..." menu item translatable 2014-01-04 12:33:02 +01:00
Henrik Rydgard
ddfdeb2222 VAGADPCM: no need to check end_ for every sample, it's only modified in DecodeBlock (and Start). 2014-01-04 11:01:44 +01:00
Henrik Rydgård
7ae7807658 Merge pull request #5004 from unknownbrackets/debugger
Don't hashmap functions smaller than 16 bytes
2014-01-04 01:52:02 -08:00
Henrik Rydgård
f630d8f1d3 Merge pull request #5002 from unknownbrackets/mpeg-minor
Prevent psmfplayer from loading too many mpeg frames at once
2014-01-04 01:51:28 -08:00
Unknown W. Brackets
1abb001e7f Don't hashmap functions smaller than 16 bytes.
Otherwise, small stub funcs "replicate" annoyingly.
2014-01-04 01:36:36 -08:00
Unknown W. Brackets
936f34a6b7 Check the audio buffer size just in case.
This way we definitely won't overfill it.
2014-01-04 01:25:42 -08:00
Unknown W. Brackets
f095ac656b Don't completely fill the psmf ringbuffer at once.
It takes more time (slowing the start of the video), and gets us closer to
overflowing buffers and stuff.
2014-01-04 01:23:44 -08:00
raven02
b28f224fe2 sceMpeg: Add all missing invalid memory check and cleanup format 2014-01-04 16:55:20 +08:00
Amir Zaim Mohd Zaini
33f26a68c2 Qt buildfix for Qt 5.2.0
adding the -lz in line "LIBS" in Linux section to fix compilation error when compiling under Qt version 5.2.0. See issue #4885
2014-01-04 16:43:37 +08:00
Henrik Rydgard
0de71f27cb Optimize the VAGADPCM decoder. 2014-01-04 01:59:20 +01:00
Henrik Rydgård
53deef19c5 Merge pull request #4998 from ufdada/master
disable some settings if sound isn´t enabled
2014-01-03 12:06:55 -08:00
Henrik Rydgård
0a916d48ab Merge pull request #4995 from raven02/patch-3
Lowering the log level of sceNET
2014-01-03 12:06:20 -08:00
ufdada
028bbbeb0b value already bool, no need to cast it 2014-01-03 21:03:57 +01:00
ufdada
70a8391d90 disable some settings if sound isn´t enabled 2014-01-03 20:58:59 +01:00
raven02
14e79f8151 Lowering the log level of sceNET 2014-01-04 02:32:59 +08:00
Henrik Rydgård
a59aee6a67 Merge pull request #4983 from thedax/win32KeyboardInputFix
Win32/Keyboard Input: Release held keys when the window loses focus.
2014-01-03 10:14:46 -08:00
The Dax
910d8c2e13 Use a std::set instead. 2014-01-03 13:13:24 -05:00
The Dax
55d716fb19 Rename keyHeld to keyDown, too. 2014-01-03 13:13:24 -05:00
The Dax
a5873ab7a4 Change bool name for better readability. 2014-01-03 13:13:23 -05:00
The Dax
f90aebcebf Release held keys on the keyboard when window focus is lost. 2014-01-03 13:13:23 -05:00
Henrik Rydgård
c51b117ba2 Merge pull request #4991 from ufdada/master
Also disable vertex cache option if hw transform is disabled
2014-01-03 10:11:14 -08: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