RetroArch
Classes | Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
com.retroarch.browser.debug.CoreSideloadActivity Class Reference
Inheritance diagram for com.retroarch.browser.debug.CoreSideloadActivity:
[legend]
Collaboration diagram for com.retroarch.browser.debug.CoreSideloadActivity:
[legend]

Classes

class  CoreSideloadWorkerTask
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 
void onDestroy ()
 

Private Attributes

TextView textView
 
CoreSideloadWorkerTask workerThread
 

Static Private Attributes

static final String EXTRA_CORE = "LIBRETRO"
 
static final String EXTRA_CONTENT = "ROM"
 

Detailed Description

This activity allows developers to sideload and run a core from their PC through adb

Usage : see Phoenix Gradle Build README.md

Member Function Documentation

◆ onCreate()

void com.retroarch.browser.debug.CoreSideloadActivity.onCreate ( Bundle  savedInstanceState)
inlineprotected

◆ onDestroy()

void com.retroarch.browser.debug.CoreSideloadActivity.onDestroy ( )
inlineprotected

Member Data Documentation

◆ EXTRA_CONTENT

final String com.retroarch.browser.debug.CoreSideloadActivity.EXTRA_CONTENT = "ROM"
staticprivate

◆ EXTRA_CORE

final String com.retroarch.browser.debug.CoreSideloadActivity.EXTRA_CORE = "LIBRETRO"
staticprivate

◆ textView

TextView com.retroarch.browser.debug.CoreSideloadActivity.textView
private

◆ workerThread

CoreSideloadWorkerTask com.retroarch.browser.debug.CoreSideloadActivity.workerThread
private

The documentation for this class was generated from the following file: