alphanu1
7e7f95f2fe
Merge pull request #85 from alphanu1/alphanu1-patch-78
...
Xrandr sapmming fix
2018-09-10 17:40:09 +01:00
alphanu1
30d7ef898d
Xrandr sapmming fix
2018-09-10 17:39:52 +01:00
alphanu1
adb0542748
Merge pull request #84 from libretro/master
...
update
2018-09-10 17:35:58 +01:00
bparker06
d8b4d1fdff
Update CHANGES.md
2018-09-10 10:15:06 -04:00
Raphael Zumer
ab384b8afb
Update msg_hash_ja.h ( #7203 )
...
* Fix some incorrect labels
* Word some labels more naturally
* Use RetroAchievements instead of レトロ実績
2018-09-10 10:14:14 -04:00
Twinaphex
523ee65125
Merge pull request #7201 from rzumer/master
...
Support headerless NES hashing in cheevos.c
2018-09-10 06:33:54 +02:00
Raphaël Zumer
3a0c450e70
Support headerless NES hashing in cheevos.c
2018-09-10 00:15:52 -04:00
Twinaphex
d96117533c
Merge pull request #7197 from endrift/master
...
camera: Fix v4l2 driver that broke years ago
2018-09-10 02:55:38 +02:00
Vicki Pfau
0576c516c4
camera: Fix v4l2 driver that broke years ago
2018-09-09 17:44:03 -07:00
Twinaphex
99debae18e
Merge pull request #7193 from QuarkTheAwesome/master
...
WiiU: Add missing "#include <sys/iosupport.h>" to required files (buildfix)
2018-09-09 18:01:15 +02:00
alphanu1
1b4439413c
Update dispserv_x11.c
2018-09-09 12:50:28 +01:00
alphanu1
557fe10bac
Merge pull request #83 from alphanu1/alphanu1-patch-77
...
snprintf broke switching
2018-09-09 11:52:36 +01:00
alphanu1
cf4fff8d31
snprintf broke switching
2018-09-09 11:51:37 +01:00
Ash
751ad68c50
deps/libiosuhax: Fix missing "#include <sys/iosupport.h>"
2018-09-09 18:29:42 +10:00
Ash
9344391bfa
WiiU: Fix missing "#include <sys/iosupport.h>" in sd_fat_devoptab
2018-09-09 18:22:48 +10:00
twinaphex
bfdb75a30e
Add ifdef
2018-09-09 01:28:09 +02:00
Twinaphex
4750342b33
Merge pull request #7192 from alphanu1/master
...
New porches and interlaced bug fix.
2018-09-08 23:57:23 +02:00
alphanu1
5632ac9f72
Merge pull request #82 from alphanu1/alphanu1-patch-76
...
New Porch Calc, Matched against an oscilloscope
2018-09-08 22:12:07 +01:00
alphanu1
5c6fc6db7e
New Porch Calc, Matched against an oscilloscope
2018-09-08 22:11:31 +01:00
alphanu1
12e2fe9ca0
Merge pull request #81 from alphanu1/alphanu1-patch-75
...
Fix for crt interlaced bug
2018-09-08 22:09:52 +01:00
alphanu1
952b46f2c1
Fix for crt interlaced bug
2018-09-08 22:09:30 +01:00
alphanu1
719cb86bc0
Merge pull request #79 from libretro/master
...
Update
2018-09-08 21:12:29 +01:00
Twinaphex
6ea292f2f5
Merge pull request #7191 from Themaister/master
...
Vulkan: Maintenance fixes
2018-09-08 21:50:28 +02:00
bparker06
18e249e85e
travis: install Qt for OSX
2018-09-08 12:04:05 -04:00
Themaister
d338dac277
Only do mailbox emulation for fullscreen.
...
Too large impact on performance in Windowed mode.
2018-09-08 16:27:25 +02:00
Themaister
d39f66a738
Emulate mailbox by wrapping acquire in a thread.
...
Needed on nVidia Windows since they don't support timeout == 0 ...
2018-09-08 15:56:49 +02:00
Themaister
157d1e7e63
Only use mailbox emulation on AMD.
2018-09-08 11:47:58 +02:00
Themaister
66c4f8fd35
Make sure to always clear out swapchain_fence_signalled.
2018-09-08 11:47:58 +02:00
Themaister
9ebac87638
Vulkan: Emulate mailbox on Windows.
2018-09-08 11:47:58 +02:00
Themaister
af534f0fa8
Vulkan maintenance fixes.
...
- Use VkBuffer instead of linear VkImage for staging uploads.
Not guaranteed to be supported, and desktop IHVs recommend using
buffers.
- Fix validation error where swapchain recreation with reuse of the old
VkSwapchainKHR does not create a fence properly, leading to validation
error next time that swapchain index is observed.
2018-09-08 11:47:58 +02:00
Twinaphex
1155e11cfc
Merge pull request #7189 from stuartcarnie/sgc-qt-embedded
...
chore: Call Makefile.apple to generate Qt moc files
2018-09-08 05:52:59 +02:00
Stuart Carnie
1de3aaadeb
chore: Call Makefile.app to generate Qt moc files
2018-09-07 20:32:57 -07:00
twinaphex
61d56e07fa
Don't excessively log
2018-09-08 03:15:32 +02:00
Twinaphex
fb4f8ff550
Merge pull request #7188 from stuartcarnie/sgc-qt-embedded
...
feat(macOS): Embed Qt frameworks and frameworks to @executable_path
2018-09-08 02:49:42 +02:00
Stuart Carnie
4d7fe0e96c
feat(macOS): Embed Qt frameworks and frameworks to @executable_path
...
* note that install_name_tool is used to update the frameworks via
a post-build script
2018-09-07 17:38:46 -07:00
twinaphex
df059c585f
Implement RETRO_ENVIRONMENT_GET_FASTFORWARDING
2018-09-08 02:19:05 +02:00
twinaphex
7c2da36af9
Prevent warning
2018-09-08 02:11:18 +02:00
Twinaphex
27edbb58e3
Merge pull request #7187 from RetroSven/master
...
implement libretro private def to allow cores to tell RA to save states in background
2018-09-08 01:41:20 +02:00
Sven
b4081d9347
implement libretro private def to allow cores to tell RA to save states in background
2018-09-07 19:09:56 -04:00
Twinaphex
3e27a504ed
Merge pull request #7185 from stuartcarnie/sgc-macos-qt
...
feat(macOS): Initial Desktop UI (Qt) support
2018-09-06 05:37:55 +02:00
Stuart Carnie
428f895b6f
feat(macOS): Initial Desktop UI (Qt) support
...
* Adds new RetroArchQT build target to RetroArch_Metal.xcodeproj
Prerequisites:
* Install Qt Frameworks
$ brew install qt
* Build `moc` files using
$ make -f Makefile.apple HAVE_QT=1 Q=/usr/local/opt/qt/bin/moc generate
Limitations:
* Qt frameworks are not embedded in bundle, therefore Qt must be
installed via the `brew` command
2018-09-05 20:10:54 -07:00
Brad Parker
c60fdf0b2e
Qt: fix duplicate function name with griffin
2018-09-05 00:07:24 -04:00
Twinaphex
5d529f4ce4
Merge pull request #7178 from RobLoach/config
...
Update config entries pointer to the new beginning of the list
2018-09-04 14:30:32 +02:00
Brad Parker
a48cc2f9b5
travis: unzip quietly so build log is not truncated
2018-09-03 20:00:03 -04:00
Brad Parker
c64a75c58a
travis: clean up OSX Metal image and add assets
2018-09-03 19:50:04 -04:00
Rob Loach
9da261c6d9
Update config entries pointer to the new beginning of the list after sorting
2018-09-03 13:31:46 -04:00
Brad Parker
9214f6079f
travis: go to correct folder to deploy Metal
2018-09-03 09:37:59 -04:00
Brad Parker
511dcb0d56
travis: build Metal with libretro-super instead
2018-09-03 09:07:04 -04:00
Brad Parker
b2c704862a
travis: deploy OSX Metal build
2018-09-02 21:57:06 -04:00
Twinaphex
c57e259fa7
Update CHANGES.md
2018-09-03 03:11:23 +02:00