EmuCR Feeds
Email Us

EmuCR: Play!Play! Git (2015/08/07) is complied. Play! is an attempt at creating an emulator for the PlayStation 2 (PS2) console on the Windows platform. It is currently written in C/C++. It uses an instruction caching/recompilation scheme to achieve better performance while emulating the CPU.

Play! Git Changelog:
* Initialize preferences earlier to make sure they are available in time.
* Fixed Android build.
* Fixed appcompat dependency path.
* Merge pull request #282 from AbandonedCart/merge_fail
#281 rebased on #274
* Fix for controller navigation, Remove double close
The drawer is already closed by the selectBottomItem method, so there
is no reason to close it and then attempt to close it again.
The view type, whether GridView or TableLayout will not dynamically
alter the flow of focus from top to bottom. Starting at the top menu,
the next item down would be the main view according the internal
navigation. Instead, we want the next item to be the lower menu.
https://developer.android.com/training/keyboard-input/navigation.html
* Revert "Prevent color recalibration"
This reverts commit fa1e86e38e87d0937b06d254085ad7efb288e292.
Once a proper method for handling colors has been determined, this code
will most likely be fixed by the original author.
* Reference appcompat in dependancies
The version previously referenced had remnants in the local src, so
both the reference and external library require an update.
* Support skipping the search when only changing view
* Backend for recent and homebrew list parameters
* Remove appcompat to reinitialize as submodule
* Remove unnecessary step, Prevent color recalibration
The toolbar can be resized before it is visible, so an additional
startup method does not provide any real benefit. This also reduces the
number of variables in memory that reference the same item.
The HEX value for the desired darkness should be correctly configured
in the resource rather than attempting to account for code that alters
the color. This will only cause confusion.
* Replace additional generic references with specific
* Convert partial library into actual library project
This does away with the half in / half out library structure in favor
of a working external library structure.
* Convert game grid to GridView with scroll support
Remove the newly unnecessary column counter
Pass scrolling back to GridView to avoid custom
Add back the top margin to GridView
Fix padding adjustments to point to current views
* Android: remove gradient_grid resource (redundant)
* Merge branch 'master' of https://github.com/jpd002/Play- into nav3
Conflicts:
Source/ui_android/java/com/virtualapplications/play/MainActivity.java
build_android/res/drawable/gradient_grid.9.png
* Android Fix:Accidental Removal
* Android:simplifed getNavigationBarSize method
* Android:Removed exit from navbar, back doesn't open the drawer
* Android Fix:Set default theme to blue
* Android:navbar translucency, gradient bg on runtime, correct padding with navbar (bottom/right)
* Android:tweaked settings ActionBar rext colour
* Android: Update nav drawer, add appcompat [fixed]
* Android:changed background to match actionbar (Thanks to LinkofHyrule89)
* Android: Update nav drawer, add appcompat

EmuCR: Play!

Download: Play! Git (2015/08/07) x86
Download: Play! Git (2015/08/07) x64
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!