mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
[Android] Unified xenia-app with windowed apps and build prerequisites
This commit is contained in:
parent
b41bb35a20
commit
037310f8dc
18 changed files with 176 additions and 43 deletions
|
|
@ -13,8 +13,7 @@ import jp.xenia.XeniaRuntimeException;
|
|||
|
||||
public abstract class WindowedAppActivity extends Activity {
|
||||
static {
|
||||
// TODO(Triang3l): Move all demos to libxenia.so.
|
||||
System.loadLibrary("xenia-ui-window-vulkan-demo");
|
||||
System.loadLibrary("xenia-app");
|
||||
}
|
||||
|
||||
private final WindowSurfaceOnLayoutChangeListener mWindowSurfaceOnLayoutChangeListener =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue