RetroPlayer Test Builds (updated for Nexus) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: RetroPlayer Test Builds (updated for Nexus) (/showthread.php?tid=173361) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-10-27 (2017-10-26, 19:12)ghizzu Wrote: I'm not a programmer and I've never used github before, but I can try. Should I open one issue per core or open a single issue in game.libretro repo or in repository.kodi.game (since the display issues seem somewhat related to the renderer)? One issue per core would be awesome. Thanks! RE: RetroPlayer Test Builds (updated for Leia) - Abbaskip - 2017-10-30 I've installed the latest Kodi 18.0alpha nightly build - and installed the the latest (monthly?) alpha of the Retroplayer from this thread, and enabled games with Konami code - but when I try to run a game, Kodi stops. Looking at dependencies of the emulator I'm trying to use (genesis) it says that game.libretro is unavailable as is resource.games.libretro.restricted Where do these come from? EDIT: Sorry, I should add I'm running Kodi on Windows 10 RE: RetroPlayer Test Builds (updated for Leia) - MrTarantula - 2017-10-30 (2017-10-30, 13:48)Abbaskip Wrote: I've installed the latest Kodi 18.0alpha nightly build - and installed the the latest (monthly?) alpha of the Retroplayer from this thread, and enabled games with Konami code - but when I try to run a game, Kodi stops. You don't need both Kodi nightly and Retroplayer installed. Retroplayer is garbear's custom Kodi build. Uninstall and try a clean install of Retroplayer. If you still have problems, post a debug log. RE: RetroPlayer Test Builds (updated for Leia) - zbuzanic - 2017-11-01 Hi, finally got time to test retro. Great work, not sure if you already discussed but autostart when clicking archive would be great assuming archive name is the same as rom file. Also bringing window to pick emulator should be avoided by selecting default emulator. If it's not selected then show window with emulators. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-11-02 (2017-11-01, 19:56)zbuzanic Wrote: Also bringing window to pick emulator should be avoided by selecting default emulator. If it's not selected then show window with emulators. Agreed 100%. Only one problem. How to determine "default emulator"? RE: RetroPlayer Test Builds (updated for Leia) - Arthurdc - 2017-11-02 It seems to me that the best way would be when you add a rom directory. It would be the only way to tell the difference between saturn and playstation and other systems that have the same extension. RE: RetroPlayer Test Builds (updated for Leia) - zbuzanic - 2017-11-02 (2017-11-02, 10:13)garbear Wrote:On first game start? And add it under Game menu for every emulator. Suggest preffered maybe or that would be too much hassle I guess.(2017-11-01, 19:56)zbuzanic Wrote: Also bringing window to pick emulator should be avoided by selecting default emulator. If it's not selected then show window with emulators. Sent from my D5803 RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-11-10 And now the moment you've all been waiting for... drumroll please... Android builds! RE: RetroPlayer Test Builds (updated for Leia) - MegaNintendoYoshi - 2017-11-11 Looks pretty interesting, iv'e already installed kodi, i guess i will try this out by myself. RE: RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2017-11-11 Awesome - looking forward to it! N64 Emulator (mupen) seems to be gone from repository, or is it just me? RE: RetroPlayer Test Builds (updated for Leia) - psycho_driver - 2017-11-11 Is using Save/Load from joystick.xml supported? I notice there are some options using them commented out, but when I did my own edits to enable them they don't seem to be working? RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-11-11 (2017-11-11, 20:45)linkinsoldier Wrote: Awesome - looking forward to it! No N64 support yet, this requires OpenGL support which we don't have ATM. (2017-11-11, 22:11)psycho_driver Wrote: Is using Save/Load from joystick.xml supported? I notice there are some options using them commented out, but when I did my own edits to enable them they don't seem to be working? No Save/Load commands. Only autosave (every 10 seconds and when the game is closed). When the game is restarted, the save is autoloaded again. Not very flexible, but at least it's better than nothing. We had a savestate manager with Save/Load commands before (and even 10 slots), but I had to drop it because it depended on Kodi's database code which is in really bad shape. When the new library code is merged (feature_odb branch) then Savestates will be possible again. RetroPlayer Test Builds (updated for Leia) - weppa - 2017-11-12 Are the new android builds compatible with Minix Neo U1 (S905)? Thanks in advance. Sent from my iPhone RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-11-12 (2017-11-12, 00:18)weppa Wrote: Are the new android builds compatible with Minix Neo U1 (S905)? Thanks in advance. Only one way to find out... RetroPlayer Test Builds (updated for Leia) - weppa - 2017-11-12 How do you go about installing on SD using .apk? Sent from my iPhone |