• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 8 9 10 11 12 ... 126 Next »

Share my personal build for android
View New Posts | View Today's Posts

Pages (81): 1 2 3 4 5 ... 81 Next »
Jump to page 
Thread Rating:
  • 6 Vote(s) - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Share my personal build for android
10-17-2018, 11:24 PM (This post was last modified: 11-01-2019, 08:20 AM by Helios.)
#1
weihuoya Offline
Member
***
Posts: 73
Threads: 2
Joined: Aug 2018
THIS PROJECT IS CURRENTLY UNMAINTAINED


I'm not experienced programmer, and I made minor changes in my spare time. hope you like it.


you can donwload apk from github or get code from repository.
there is a apk in release page build for android 7.0 and above (arm64 only).
https://github.com/weihuoya/dolphin/releases


base on dolphin_5.0-8909 and changes:
some ui changes.
some settings changes.
some tweak for android phone.
Find
Reply
10-18-2018, 01:05 AM (This post was last modified: 10-18-2018, 01:06 AM by nonexist.)
#2
nonexist Offline
Senior Member
****
Posts: 306
Threads: 27
Joined: Jul 2016
your build is like dolphin pc version.

some system settings can be changed in real time like ON/OFF efb to ram
this build use Dual Src vulkan hack than mean RE4 work again
lastest code
you can emulate almost all wii motion controls usin gyroscope or touch control etc

wow thanks again
Find
Reply
10-18-2018, 02:04 AM
#3
Nintonito Offline
Posting Freak
*****
Posts: 951
Threads: 81
Joined: Jan 2014
If you are willing to share code, why not try to merge these changes into master? Some of these improvements are neat.
Find
Reply
10-18-2018, 03:25 AM (This post was last modified: 08-15-2019, 06:11 PM by MayImilae.)
#4
stizzo Offline
Banned
Posts: 162
Threads: 2
Joined: May 2016
(10-17-2018, 11:24 PM)weihuoya Wrote: I'm not experienced programmer, and I made minor changes in my spare time. hope you like it.


you can donwload apk from github or get code from repository.
there is a apk in release page build for android 7.0 and above (arm64 only).
[link removed due to license violation]


base on dolphin_5.0-8909 and changes:
some ui changes.
some settings changes.
some tweak for android phone.

[Image: lord-buddha-18a-2.jpg]

A small and personal thanksgiving with care :-)
Find
Reply
10-18-2018, 03:27 AM
#5
Helios Offline
Stellaaaaaaa
**********
Developers (Some Administrators and Super Moderators)
Posts: 4,397
Threads: 15
Joined: May 2012
(10-18-2018, 02:04 AM)Nintonito Wrote: If you are willing to share code,  why not try to merge these changes into master?  Some of these improvements are neat.

They have some PRs open
Find
Reply
10-18-2018, 08:22 AM (This post was last modified: 10-18-2018, 08:50 AM by stizzo.)
#6
stizzo Offline
Banned
Posts: 162
Threads: 2
Joined: May 2016
[Image: Screenshot-20181017-215027.png]

[Image: Screenshot-20181017-215133.png]

[Image: Screenshot-20181017-215558.png]

(click on images for original size)

As you can see from the images, there is an increase in performance, with this version optimized for Android, ARM platform, OpenGL-ES 3.x / Vulkan 1.x

The points (certain points) in which I made the screenshots, create problems of heavy downgrade of the performances, in the traditional builds.
My smartphone;

Nokia 8 - Android 8.1 - Qualcomm Snapdragon 835 - OpenGL-ES 3.2, driver version 260.0 - Vulkan API 1.0.61, Driver version 18.613.1305

Special features of this Build Optimized for Android platform and with the following settings set on my device;

- Vulkan backend

- Resolution set to 2x (1280x720)

- Shader filter set FXAA

- no cheat used

fps 30/vps 50/ cpu 100 (with EU version at 50 Hz)

You can see / notice yourself.

PS: OpenGL backend;

[Image: Screenshot-20181018-003828.png]

[Image: Screenshot-20181018-003922.png]

Personal Note: for all the envious, the jealous and the bad guys; [Image: images.jpg] Big Grin
Find
Reply
10-18-2018, 08:31 AM
#7
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
(10-18-2018, 08:22 AM)stizzo Wrote: [Image: Screenshot-20181017-215027.png]

[Image: Screenshot-20181017-215133.png]

[Image: Screenshot-20181017-215558.png]

(click on images for original size)

As you can see from the images, there is an increase in performance, with this version optimized for Android, ARM platform, OpenGL-ES 3.x / Vulkan 1.x

The points (certain points) in which I made the screenshots, create problems of heavy downgrade of the performances, in the traditional builds.
My smartphone;

Nokia 8 - Android 8.1 - Qualcomm Snapdragon 835 - OpenGL-ES 3.2, driver version 260.0 - Vulkan API 1.0.61, Driver version 18.613.1305

Special features of this Build Optimized for Android platform and with the following settings set on my device;

- Vulkan backend

- Resolution set to 2x (1280x720)

- Shader filter set FXAA

- no cheat used

fps 30/vps 50/ cpu 100 (with EU version at 50 Hz)

You can see / notice yourself.

As far as I can see, the only change I can see that would affect performance here is disabling EFB2Ram for wind waker - it's default on for the current dolphin master (as it's used for some effects like the sun rays, and the pictobox). It should be possible to disable that option on the master version and compare performance?

Unless I'm missing something? I'd be very interested in understanding any changes that affect android performance.
Find
Reply
10-18-2018, 08:53 AM (This post was last modified: 10-18-2018, 08:54 AM by stizzo.)
#8
stizzo Offline
Banned
Posts: 162
Threads: 2
Joined: May 2016
I tried the last ten builds and in addition to some bugfixes, I did not find any performance improvements.

PS: I added the OpenGL backend in PS.
Find
Reply
10-18-2018, 09:40 AM (This post was last modified: 10-18-2018, 09:42 AM by stizzo.)
#9
stizzo Offline
Banned
Posts: 162
Threads: 2
Joined: May 2016
Another heavy game for the Wii system:

[Image: Screenshot-20181018-010920.png]

[Image: Screenshot-20181018-011842.png]

[Image: Screenshot-20181018-012314.png]

[Image: Screenshot-20181018-012342.png]

Backend OpenGL and Vulkan

2x resolution

FXAA Shader Filter active

Setting PAL60 active (game in EU version)

The rest of the options, unchanged.

The average fps are between 40 and 50, in the most crowded scenes, do not fall below 30.

Something Awesome!

This is all the games, which currently benefit from the increase in performance, all tested by me:

[Image: Screenshot-20181018-010521.png]
Find
Reply
10-18-2018, 11:36 AM
#10
weihuoya Offline
Member
***
Posts: 73
Threads: 2
Joined: Aug 2018
(10-18-2018, 02:04 AM)Nintonito Wrote: If you are willing to share code,  why not try to merge these changes into master?  Some of these improvements are neat.

The code is very rough and hack, it will not get merged to master.
Find
Reply
« Next Oldest | Next Newest »
Pages (81): 1 2 3 4 5 ... 81 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode