twinaphex
7d3f62a816
Buildfix
2018-06-18 01:35:38 +02:00
twinaphex
a6b0dd9f57
Buildfixes
2018-06-18 01:05:52 +02:00
twinaphex
e0405b2f5c
Add MIDI to Griffin
2018-06-18 00:37:51 +02:00
Twinaphex
49f3dacde5
Merge pull request #6892 from casdevel/midi
...
Add MIDI support
2018-06-17 23:07:26 +02:00
twinaphex
76db13fda4
Merge commit '950525a37032877e080ee0f4455c0c4cda550d45'
2018-06-17 20:11:37 +02:00
twinaphex
950525a370
Squashed 'libretro-common/' changes from 8030c86033..156677b98e
...
156677b98e Update
git-subtree-dir: libretro-common
git-subtree-split: 156677b98efb626c8b4c6fe8df4730ed0a15120f
2018-06-17 20:11:36 +02:00
twinaphex
fa1ec0780b
Merge commit '3997b59cd652c7852f866aa11c25693fab6bbcda'
2018-06-17 20:04:50 +02:00
twinaphex
3997b59cd6
Squashed 'libretro-common/' changes from 705d72b4a3..8030c86033
...
8030c86033 Update
5303312e02 Update
a5507504f4 Merge pull request #80 from markwkidd/patch-2
fde3bc8334 Update libretro.h
afa570f1c0 clarify how input device subclasses are declared
4c0a96ba8a Update glsm.c
e5c75fcecb Merge pull request #78 from markwkidd/correct-path_remove_extension-desc
9713f7f66e correct path_remove_extension docs
git-subtree-dir: libretro-common
git-subtree-split: 8030c86033c7c20f554d41e009fc73f1bf4dff2d
2018-06-17 20:04:50 +02:00
Zoran Vuckovic
22d30a0dbf
Fix segfault on device change
2018-06-17 18:50:27 +02:00
Twinaphex
7335db08dc
Update CHANGES.md
2018-06-17 05:10:44 +02:00
Twinaphex
ef1ec3131e
Update CHANGES.md
2018-06-17 05:10:00 +02:00
Twinaphex
6df3597f97
Merge pull request #6881 from L0sted/master
...
Some russian translations
2018-06-17 02:27:05 +02:00
Twinaphex
fde7796cb0
Merge pull request #6888 from bparker06/android_battery
...
support powerstate/battery level in Android
2018-06-17 02:26:10 +02:00
Brad Parker
7176bb19ad
support powerstate/battery level in Android
2018-06-16 19:15:16 -04:00
Zoran Vuckovic
b487c3cace
Add MIDI support
2018-06-16 21:17:32 +02:00
opendata26
cbc804783f
(wiiu) Use portlibs zlib and libpng
...
Zlib needed for libpng to work, used in some cores.
Signed-off-by: Craig Tatlor <ctatlor97@gmail.com>
2018-06-15 18:53:45 +01:00
Twinaphex
9d0c0b77ee
Merge pull request #6883 from fr500/master
...
subsystem: set the subsystem correctly
2018-06-14 23:54:18 +02:00
radius
aa35b9da46
subsystem: set the subsystem correctly
2018-06-14 16:38:27 -05:00
l0sted
81e01da585
a lot of work
2018-06-14 15:48:44 +03:00
Twinaphex
fd1c354811
Merge pull request #6876 from retro-wertz/patch-1
...
Better no log at all than showing a false log
2018-06-14 00:51:17 +02:00
l0sted
a90008f7ed
a lot of changes
2018-06-13 15:32:48 +03:00
l0sted
99b6757400
Latency translation
2018-06-13 13:30:01 +03:00
l0sted
af02712712
Updated russian translation
2018-06-13 13:21:15 +03:00
bparker06
ab9e00219d
Add null pointer check
2018-06-11 20:28:36 -04:00
Twinaphex
890c781a76
Merge pull request #6874 from altiereslima/master
...
Update portuguese brazilian translation.
2018-06-11 14:48:50 +02:00
retro-wertz
ce27e986e9
Better no log at all than showing a false log
...
This false message has been like foreve. Nobody seems interested in updating "small and minor" things. so lets just remove this....
2018-06-11 17:08:59 +08:00
altiereslima
3f04c639b4
Update portuguese brazilian translation.
2018-06-10 19:58:50 -03:00
gblues
9ea16c0b3d
Updates from PR feedback (ty @aliaspider)
2018-06-07 21:16:49 -07:00
gblues
8b87a53366
Replace hokey "hooks" struct with weak symbol annotations
...
- Did a test build to ensure RA built
- Copied over to my FTPservU sources and ensured no compile issues there
Looks solid. A lot cleaner, too.
@aliaspider
2018-06-07 18:41:16 -07:00
Twinaphex
a4144dfe9b
Merge pull request #6869 from FIX94/master
...
(GC) ACTUALLY fix up build
2018-06-07 21:10:32 +02:00
FIX94
6ede99b47b
(GC) ACTUALLY fix up build
2018-06-07 21:04:34 +02:00
hizzlekizzle
9271a7505f
Merge pull request #6863 from Brunnis/xmb-thumbnails-issue
...
Implement fix for thumbnails not showing up in Quick Menu as well as …
2018-06-07 13:26:32 -05:00
Twinaphex
a7a54800e8
Merge pull request #6868 from Themaister/master
...
Vulkan: Fix two validation errors.
2018-06-07 05:07:24 +02:00
Mikael Brunnhede
0813de0392
Hide thumbnails in Quick Menu sub-menus.
2018-06-06 23:48:07 +02:00
Hans-Kristian Arntzen
16c797f057
Vulkan: Fix two validation errors.
...
- Mipgen was only transitioning the first miplevel to GENERAL.
Fix the image barrier helper function to transition all levels and
layers.
- Validation layer was complaining that a VkSwapchainKHR was not
properly destroyed. After recycling the swapchain, destroy the old
one.
2018-06-06 23:23:32 +02:00
Twinaphex
6a9e73b7f2
Merge pull request #6865 from DEX357/patch-9
...
Update msg_hash_pl.h
2018-06-06 18:16:50 +02:00
DEX357
d94f9bd921
Update msg_hash_pl.h
2018-06-06 18:02:35 +02:00
Mikael Brunnhede
75330a142d
Implement fix for thumbnails not showing up in Quick Menu as well as "Run" menu after closing content. Also implement fix for savestate thumbnail being hidden behind boxart/screenshot thumbnails. With this fix, boxart/screenshot thumbnails are not shown on the right hand side if there is a savestate screenshot being rendered.
2018-06-05 10:51:51 +02:00
gblues
f22c337cfc
WIIU: cleanup and build-out of wiiu bootstrap code
...
I used the code in `wiiu/` to bootstrap my own WiiU homebrew app; this
PR reflects some changes I needed to make, that might be useful upstream.
1. Clean up filesystem initialization
Filesystem driver initialization was lumped in with filesystem mounting;
and that was a problem in my project, because I needed to be able to remount
the SD card on the fly. So, now it's split up.
I've added a callback object named "hooks" that can be used by consuming
applications to handle filesystem mounting and unmounting. If these hooks are
not provided, then the existing default behavior occurs.
2. Expand socket handling
- add `SO_NONBLOCK` flag for non-blocking socket I/O
- add normal errno defines like `EWOULDBLOCK` `EAGAIN`.
3. Remove RetroArch dependencies
- the exception handler protects usage of version_git with
`#ifdef HAVE_GIT_VERSION` but not the include, so I added that.
It also technically depends on version.h, but I'm not touching that.
It's easy enough to implement and I needed the same functionality. I'm
not sure what the best solution for that dependency is.
- missing_libc_functions.c included features/features_cpu.h which is
a libretro include. This appears to be a stale include though, because
everything compiles and works without it.
- an ifdef referencing the RA "WIIU" define, rather than the devkitpro
"__wiiu__" define
2018-06-05 00:06:40 -07:00
gblues
21fd83f766
Merge github:libretro/RetroArch
2018-06-04 23:38:38 -07:00
twinaphex
ec718c6f71
Should only be used for Wii
2018-06-04 21:25:04 +02:00
Twinaphex
7bfe9e409a
Merge pull request #6860 from meleu/patch-22
...
fix crash when scrolling cheevos list. fixes #6732
2018-06-04 16:31:08 +02:00
meleu
0ffe0f8513
fix crash when scrolling cheevos list. fixes #6732
2018-06-04 10:07:18 -03:00
Twinaphex
5bc7acffd5
Merge pull request #6858 from meleu/patch-22
...
show cheevos description on RGUI - fixes #6764
2018-06-04 03:53:39 +02:00
meleu
6040e1c0fc
show cheevos description on RGUI - fixes #6764
2018-06-03 16:46:20 -03:00
Twinaphex
6ecf64d08f
Merge pull request #6855 from GregorR/null-input-joypad-driver
...
Fix input when the joypad driver is NULL.
2018-06-02 23:04:45 +02:00
Gregor Richards
af357c1afe
Fix input when the joypad driver is NULL.
2018-06-01 23:22:04 -04:00
Twinaphex
e4476ec61b
Merge pull request #6847 from reswitched/nsw-dynamic
...
NSW: dynamic core loading
2018-06-02 01:39:00 +02:00
Twinaphex
861d87281e
Merge pull request #6852 from theheroGAC/patch-32
...
Update msg_hash_it.h
2018-06-01 02:40:49 +02:00
Twinaphex
ab9a9e733e
Merge pull request #6853 from FIX94/patch-1
...
(GC/Wii) revert commit 822e2fd
2018-06-01 02:40:40 +02:00