Rob Loach
8b6c330253
(Travis) Allow OSX to fail until we fix xcode11.2
...
Xcode 11.2 has been failing for a while through the following error. This change ignores that failure until we can fix it properly...
```
0.03s$ echo $OSX_CERT | base64 --decode > dev.p12
The command "echo $OSX_CERT | base64 --decode > dev.p12" exited with 0.
0.04s$ security import dev.p12 -k build.keychain -P $OSX_CERT_PASS -T /usr/bin/codesign
security: SecKeychainItemImport: One or more parameters passed to a function were not valid.
The command "security import dev.p12 -k build.keychain -P $OSX_CERT_PASS -T /usr/bin/codesign" exited with 1.
0.01s$ rm dev.p12
The command "rm dev.p12" exited with 0.
0.05s$ security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k travis build.keychain
security: SecItemCopyMatching: The specified item could not be found in the keychain.
The command "security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k travis build.keychain" exited with 1.
4.39s$ xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj
note: Using new build system
note: Planning build
note: Constructing build description
error: No signing certificate "Developer ID Application" found: No "Developer ID Application" signing certificate matching team ID "ZE9XE938Z2" with a private key was found. (in target 'RetroArchQt' from project 'RetroArch_Metal')
** BUILD FAILED **
The command "xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj" exited with 65.
```
2020-03-15 23:48:00 -04:00
Autechre
7c57124aed
Merge pull request #10288 from fjtrujy/vita/AudioMixer
...
[Vita] Add audio mixer to vita
2020-03-15 12:21:48 +01:00
Francisco Javier Trujillo Mata
856eb3df89
Add audio mixer to vita
2020-03-15 11:26:29 +01:00
Autechre
e7f5423d53
Merge pull request #10285 from phcoder/xrick3ds
...
Add ID for xrick
2020-03-15 02:20:59 +01:00
Autechre
442101e7ae
Merge pull request #10286 from WeedyWeedSmoker/French-translation-update
...
French: qt: expose dropped thumbnal size limit
2020-03-15 02:20:52 +01:00
Autechre
0d8c4ce3ae
Merge pull request #10287 from phcoder/pocketcdg
...
Add ID for PocketCDG
2020-03-15 02:20:43 +01:00
Vladimir Serbinenko
1197104b60
Add ID for PocketCDG
2020-03-15 02:17:42 +01:00
Weedy Weed Smoker
ab5bb981df
French: qt: expose dropped thumbnal size limit
2020-03-15 06:14:33 +07:00
Vladimir Serbinenko
2509d8e88f
Add ID for xrick
2020-03-14 22:43:18 +01:00
twinaphex
a33353399f
Attempt to fix https://github.com/libretro/RetroArch/issues/10276
2020-03-14 21:54:14 +01:00
Autechre
c4a98a62d3
Merge pull request #10283 from phcoder/gme
...
Add ID for GME
2020-03-14 21:02:02 +01:00
Autechre
497180e506
Merge pull request #10284 from fjtrujy/pspsAudioMixer
...
Add Audio Mixer support to PSP
2020-03-14 21:01:51 +01:00
Francisco Javier Trujillo Mata
f0e1ab37cc
Add Audio Mixer support to PSP
2020-03-14 18:38:24 +01:00
Vladimir Serbinenko
53194e10b5
Add ID for GME
2020-03-14 13:03:36 +01:00
Autechre
25231d5c92
Merge pull request #10280 from phcoder/3dsboom
...
3ds: Add ID for mrboom
2020-03-14 10:44:12 +01:00
Vladimir Serbinenko
400f97a163
3ds: Add ID for mrboom
2020-03-14 03:10:14 +01:00
Autechre
d857fb3234
Update FUNDING.yml
2020-03-14 02:53:46 +01:00
Autechre
5dc3f40451
Merge pull request #10277 from Tatsuya79/master
...
qt: expose dropped thumbnail size limit
2020-03-14 02:40:01 +01:00
Autechre
e138bfbfaf
Merge pull request #10275 from natinusala/split-widgets
...
gfx_widgets: move generic message to its own file
2020-03-14 02:39:46 +01:00
Autechre
c9b39a41e9
Merge pull request #10278 from phcoder/3ds
...
3DS: Add IDs for 8-bit computers
2020-03-14 02:39:26 +01:00
Autechre
cf0f16596c
Merge pull request #10279 from phcoder/prboom3ds
...
Fix prboom smdh
2020-03-14 01:33:00 +01:00
Vladimir Serbinenko
8b138d8bb1
Fix prboom smdh
2020-03-14 01:22:35 +01:00
Vladimir Serbinenko
320d4917bd
Add IDs for 8-bit computers
2020-03-14 00:50:35 +01:00
Tatsuya79
a780755af7
qt: expose dropped thumbnal size limit
2020-03-13 22:46:46 +01:00
natinusala
7246d0d053
gfx_widgets: move generic message to its own file
2020-03-13 17:13:56 +01:00
Rob Loach
8794360b65
Merge pull request #10273 from WeedyWeedSmoker/French-translation-update
...
French: Rename menu widgets to display widgets
2020-03-13 08:19:38 -04:00
Weedy Weed Smoker
6b9f8be3fb
French: Rename menu widgets to display widgets
2020-03-13 19:03:14 +07:00
Autechre
bae318dbc2
Merge pull request #10271 from phcoder/3ds
...
3ds: Add ids for ffmpeg and freechaf
2020-03-13 10:04:33 +01:00
Vladimir Serbinenko
11ece8b373
3ds: Add ids for ffmpeg and freechaf
2020-03-13 09:56:53 +01:00
twinaphex
efb0b87c1d
(Menu cbs title) Take out more hash labels
2020-03-13 06:25:43 +01:00
twinaphex
7986561598
Rename menu widgets to display widgets
2020-03-13 03:58:33 +01:00
Autechre
0aecf033b6
Update CHANGES.md
2020-03-13 02:22:53 +01:00
Autechre
3c6bea1113
Merge pull request #10270 from libretro/RobLoach/database-psp-korea
...
(Database) Add support for scanning PSP Korean
2020-03-13 02:22:21 +01:00
twinaphex
7f8c13ae09
(GDI/Win32) Refactor code - handle doubleclick press on title bar
...
inside DInput driver
2020-03-13 02:20:31 +01:00
Rob Loach
7403b3de8a
(Database) Add support for scanning PSP Korean
...
This adds support for scanning PlayStation Portable Korean region.
Found by @pkos, and fixes #10268
2020-03-12 21:19:32 -04:00
twinaphex
925ec7bc82
(MSVC 2010) Buildfix
2020-03-13 01:03:48 +01:00
twinaphex
30e8ec6543
(win32_common.c) Put g_win32_resized into struct
2020-03-13 00:15:51 +01:00
twinaphex
91fd05133b
C89_BUILD fix
2020-03-13 00:11:43 +01:00
twinaphex
c796f3268b
(win32_common.c) Cleanups
2020-03-13 00:11:21 +01:00
twinaphex
b4da4940eb
Revert "(Win32) Move global state to struct"
...
This reverts commit dfa1288988c1bc2618fda62ec6e90955e7b57b12.
2020-03-12 22:10:24 +01:00
twinaphex
26bb0105c0
(Vita) Buildfix
2020-03-12 20:54:38 +01:00
Autechre
2e215c4efd
Merge pull request #10267 from WeedyWeedSmoker/French-translation-update
...
French: small cosmetic changes/improvements
2020-03-12 20:29:02 +01:00
Weedy Weed Smoker
d9dccf0c78
French: small cosmetic improvement
2020-03-13 00:27:09 +07:00
Weedy Weed Smoker
6b279a2581
French: small cosmetic changes/improvements
2020-03-13 00:16:59 +07:00
Autechre
66f621f810
Merge pull request #10266 from WeedyWeedSmoker/French-translation-update
...
French: Fix 'remap file loaded' notification msg
2020-03-12 17:48:17 +01:00
twinaphex
dfa1288988
(Win32) Move global state to struct
2020-03-12 17:47:49 +01:00
Weedy Weed Smoker
fdad03e878
French: Fix 'remap file loaded' notification msg
2020-03-12 23:39:13 +07:00
Autechre
ee92c6d679
Update CHANGES.md
2020-03-12 17:18:45 +01:00
Autechre
4ccff43919
Merge pull request #10265 from jdgleaver/glui-scroll-fix
...
(GLUI) Fix ragged/broken scrolling when navigating at very high speed via gamepad/keyboard/mouse wheel
2020-03-12 17:17:49 +01:00
jdgleaver
050ac1e9cf
(GLUI) Fix ragged/broken scrolling when navigating at very high speed via gamepad/keyboard/mouse wheel
2020-03-12 16:04:22 +00:00